Unity-GeoJSONObject
Unity-GeoJSONObject copied to clipboard
A simple GeoJSON parser for Unity
Results
3
Unity-GeoJSONObject issues
Sort by
recently updated
recently updated
newest added
trafficstars
Hey Time, nice library and really easy to use! Thanks! However, I have a problem parsing multipolygones. The coordinates are not parsed and it returns always coordinates[0] = (0,0). I've...
If there are multiple property keys with the same name i.e.: "properties": { "id": 1, "lyr": "CityVerveBorderb-6yknyc", "id": "1" } Unity will throw a error. Can be resolved by updating...