Skip to content

Instantly share code, notes, and snippets.

@dresende
Created April 11, 2014 09:32
Show Gist options
  • Save dresende/10453537 to your computer and use it in GitHub Desktop.
Save dresende/10453537 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
type: "FeatureCollection",
features: [
{
type: "Feature",
properties: {
title: "Fake",
marker-size: "medium",
marker-color: "#ff6900",
marker-symbol: "beer"
},
geometry: {
type: "Point",
coordinates: [
-8,
41
]
}
},
{
type: "Feature",
properties: {
title: "Testes",
marker-size: "medium",
marker-color: "#ff6900",
marker-symbol: "commercial"
},
geometry: {
type: "Point",
coordinates: [
-8.64262,
40.6479
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment