Skip to content

Instantly share code, notes, and snippets.

@rriemann
Last active June 23, 2017 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rriemann/01e5ef43cc5402394a8b1f8a914a0779 to your computer and use it in GitHub Desktop.
Save rriemann/01e5ef43cc5402394a8b1f8a914a0779 to your computer and use it in GitHub Desktop.
Impressions from Romania
Display the source blob
Display the rendered blob
Raw
{
"type":"FeatureCollection",
"features":[
{
"type":"Feature",
"properties":{
"id":"marker-cce9243961b3640abfd389f1c61fb56e",
"title":"Bucharest",
"description":"strolling through the city for a few days",
"marker-size":"large",
"marker-color":"#CB4D51",
"marker-symbol":"lodging"
},
"geometry":{
"coordinates":[
26.136474,
44.469071
],
"type":"Point"
},
"id":"cia3sr82r01dvj9krf40b3vyw"
},
{
"type":"Feature",
"properties":{
"id":"marker-ia3tpnp20",
"title":"Braşov",
"description":"over-night stay, visiting schools and outskirts",
"marker-size":"medium",
"marker-color":"#CB4D51",
"marker-symbol":"lodging"
},
"geometry":{
"coordinates":[
25.607585,
45.655448
],
"type":"Point"
},
"id":"cia3u2bd400b8kwm9ls0dpusw"
},
{
"type":"Feature",
"properties":{
"id":"marker-ia3txq1e1",
"title":"Sinaia",
"description":"one-day trip to visit city and a castle",
"marker-size":"medium",
"marker-color":"#CB4D51",
"marker-symbol":"building"
},
"geometry":{
"coordinates":[
25.540251,
45.356518
],
"type":"Point"
},
"id":"cia3u2bd600b9kwm9fyy1fghf"
},
{
"type":"Feature",
"properties":{
"id":"marker-ia40lmym0",
"title":"Castle Dracula",
"description":"survived: check",
"marker-size":"medium",
"marker-color":"#CB4D51",
"marker-symbol":"danger"
},
"geometry":{
"coordinates":[
25.370893,
45.517444
],
"type":"Point"
},
"id":"cia40o5rn02upigm4bbn7k4w4"
}
],
"id":"rriemann.6480367d"
}
@rriemann
Copy link
Author

converted for mapbox:

{"version":8,"sources":{"cj49pnqty00008acn8vtm07lw":{"type":"geojson","data":{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"id":"marker-cce9243961b3640abfd389f1c61fb56e","title":"Bucharest","description":"strolling through the city for a few days","marker-size":"large","marker-color":"#CB4D51","marker-symbol":"lodging","_id":"cj49pnqtz00018acnb2zfdqvx"},"geometry":{"coordinates":[26.136474,44.469071],"type":"Point"},"id":"cia3sr82r01dvj9krf40b3vyw"},{"type":"Feature","properties":{"id":"marker-ia3tpnp20","title":"Braşov","description":"over-night stay, visiting schools and outskirts","marker-size":"medium","marker-color":"#CB4D51","marker-symbol":"lodging","_id":"cj49pnqu000038acnncw7xgix"},"geometry":{"coordinates":[25.607585,45.655448],"type":"Point"},"id":"cia3u2bd400b8kwm9ls0dpusw"},{"type":"Feature","properties":{"id":"marker-ia3txq1e1","title":"Sinaia","description":"one-day trip to visit city and a castle","marker-size":"medium","marker-color":"#CB4D51","marker-symbol":"building","_id":"cj49pnqu000058acn5c2fv2k4"},"geometry":{"coordinates":[25.540251,45.356518],"type":"Point"},"id":"cia3u2bd600b9kwm9fyy1fghf"},{"type":"Feature","properties":{"id":"marker-ia40lmym0","title":"Castle Dracula","description":"survived: check","marker-size":"medium","marker-color":"#CB4D51","marker-symbol":"danger","_id":"cj49pnqu000078acnz4iywwsm"},"geometry":{"coordinates":[25.370893,45.517444],"type":"Point"},"id":"cia40o5rn02upigm4bbn7k4w4"}],"id":"rriemann.6480367d"}}},"layers":[{"source":"cj49pnqty00008acn8vtm07lw","id":"cj49pnqu000028acn8mewp7cq","type":"symbol","layout":{"icon-image":"cj49pnqtz00018acnb2zfdqvx","icon-size":1,"icon-allow-overlap":true},"filter":["==","_id","cj49pnqtz00018acnb2zfdqvx"]},{"source":"cj49pnqty00008acn8vtm07lw","id":"cj49pnqu000048acn9xfl62g3","type":"symbol","layout":{"icon-image":"cj49pnqu000038acnncw7xgix","icon-size":1,"icon-allow-overlap":true},"filter":["==","_id","cj49pnqu000038acnncw7xgix"]},{"source":"cj49pnqty00008acn8vtm07lw","id":"cj49pnqu000068acnx4vowse1","type":"symbol","layout":{"icon-image":"cj49pnqu000058acn5c2fv2k4","icon-size":1,"icon-allow-overlap":true},"filter":["==","_id","cj49pnqu000058acn5c2fv2k4"]},{"source":"cj49pnqty00008acn8vtm07lw","id":"cj49pnqu000088acn8l5u1ckm","type":"symbol","layout":{"icon-image":"cj49pnqu000078acnz4iywwsm","icon-size":1,"icon-allow-overlap":true},"filter":["==","_id","cj49pnqu000078acnz4iywwsm"]}],"glyphs":"mapbox://fonts/mapbox/{fontstack}/{range}.pbf"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment