Skip to content

Instantly share code, notes, and snippets.

@UTCWebDev
Forked from githubteacher/bus-map.geojson
Last active July 28, 2016 20:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save UTCWebDev/dbb9cff36768f1012147c09f026a1c1d to your computer and use it in GitHub Desktop.
Save UTCWebDev/dbb9cff36768f1012147c09f026a1c1d to your computer and use it in GitHub Desktop.
Map of the StartupBus EU locations and city stops
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"marker-size": "large",
"marker-color": "#ff0000",
"marker-symbol": "bus"
},
"geometry": {
"type": "Point",
"coordinates": [
4.896254539489746,
52.36369009503598
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
4.41375732421875,
51.223227728996164
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
6.943359374999999,
50.94458443495011
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
13.392333984375,
52.522905940278065
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
14.425048828125,
50.0923932109388
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
11.57958984375,
48.1367666796927
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
16.380615234375,
48.22467264956519
]
}
}
]
}
@UTCWebDev
Copy link
Author

I wonder where the external resources are, or does the platform know a geojson gets rendered as a map?

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