I'm trying to convert a shapefile into a RAVE visualization containing a map. I have converted the shape file to a geojson file, but the coordinates format ( [xxxxx.xxxxx,yyyyy.yyyyy]) contains more ciphers than the coordinate format ([xx.xx,yy.yy]) in the exiting json visualizations examples containing a map. The RAVE json visualization will not accept the coordinate format from my geojson file. I can's seem to find any information about the projection of the map or how to change it.
How can I find information coordinate format acceptable for the RAVE json visualization? And how do I convert it?
Regards Jakob Wetterslev