Help Upload the geojson file format to view on the map
GeoJSON is a format for encoding a variety of geographic data structures.
GeoJSON supports the following geometry types: Point, LineString, Polygon, MultiPoint,
MultiLineString, and MultiPolygon.
Geometric objects with additional properties are Feature objects. Sets of features are
contained by FeatureCollection objects.
{
"type": "Feature",
"properties": {
"name": "MunicĂpio Baucau"
},
"geometry": {
"type": "Point",
"coordinates": [125.6, 10.1]
}
}
The GeoJSON Specification (RFC 7946)
EPSG:3857 (WGSS 84/Pseudo-Mercator)