Skip to content

Instantly share code, notes, and snippets.

@alexandre-mbm
Last active August 29, 2015 14:02
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 alexandre-mbm/500e8a975ac53a1c9762 to your computer and use it in GitHub Desktop.
Save alexandre-mbm/500e8a975ac53a1c9762 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [{ "type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0, 0]
},
"properties": {
"title": "A title",
"description": "A description <b>here</b>",
"photo": "<a href='https://d1cuyjsrcm0gby.cloudfront.net/6TK5ZnAXJIVbqz6AJfsTkA/thumb-2048.jpg'><img width='150px' src='https://d1cuyjsrcm0gby.cloudfront.net/6TK5ZnAXJIVbqz6AJfsTkA/thumb-320.jpg'/></a>",
"comment-01": "A comment with <a href='http://pt.wikipedia.org/wiki/HTML'>HTML</a>",
"marker-size": "medium",
"marker-symbol": "bus",
"marker-color": "#fff",
"stroke": "#555555",
"stroke-opacity": 1.0,
"stroke-width": 2,
"fill": "#555555",
"fill-opacity": 0.5
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment