country_railway_stations = JSON.parse('{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"name":"Paris","id":"1"},"geometry":{"type":"Point","coordinates":[2.3522219,48.856614]}},{"type":"Feature","properties":{"name":"Lyon","id":"2"},"geometry":{"type":"Point","coordinates":[4.835659,45.764043]}},{"type":"Feature","properties":{"name":"Marseille","id":"3"},"geometry":{"type":"Point","coordinates":[5.36978,43.296482]}},{"type":"Feature","properties":{"name":"Toulouse","id":"4"},"geometry":{"type":"Point","coordinates":[1.444209,43.604652]}},{"type":"Feature","properties":{"name":"Nice","id":"5"},"geometry":{"type":"Point","coordinates":[7.265592,43.710173]}}]}')