Skip to content

Instantly share code, notes, and snippets.

@gaurav
Created November 17, 2011 22:51
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 gaurav/1374824 to your computer and use it in GitHub Desktop.
Save gaurav/1374824 to your computer and use it in GitHub Desktop.
A GeoJSON file containing Unicode text.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{"geometry":
{"type": "Polygon", "coordinates": [[[121.2531, 14.046836000000001], [121.32040000000001, 14.109736], [121.3115, 14.046836000000001], [121.2531, 14.046836000000001]]]},
"type": "Feature",
"properties": {
"reg_symbol": "In here -> ® <-- this here",
"tm_symbol": "™"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment