All you need is a GIS file in any of the supported formats:
- gpx
- kml, kmz
- geojson, json, topojson
- shp, dbf, shx, cpg, prj, qix
- mif, mid
- tab, map, id, dat
- gdb, gdbtable, gbdtablx
- gml
- osm
- csv
- tif, geotiff
- asc
Notice to SHP: The SHP format requires both files (.shp and .shx) when you are uploading. The .prj and .cpg files are optional. The SHP driver trims attribute names to 11 symbols when you write data. The 11 symbols is max value for attribute name in SHP format.
Shapefile is a multi file format (known as ESRI Shapefile). The main one has the SHP extension. Shapefile is a popular vector geographic file format. Developed and maintained by ESRI for compatibility between Esri products and other programs.
Read More
An SVG file is a Scalar Vector Graphics file that uses XML based text format for describing the appearance of an image. The word Scalable refers to the fact that the SVG can be scaled to different sizes without losing any quality.
Read More