Regarding this post, I am trying to create a map-based web application using gvNIX to store location data at healthcare facilities. Follow this guide as a guide. When issuing a command:
web mvc geo controller --class ~.web.MapViewerController --preferredMapping Tanzania --projection EPSG4210
I get an error message:
java.lang.IllegalArgumentException: Failed to convert 'EPSG4210' to type ProjectionCRSTypes for option 'projection' No enum constant org.gvnix.addon.geo.addon.ProjectionCRSTypes.EPSG4210
Is new to GIS and guess EPSG4210 is the correct coordinate system for Tanzania? How can I overcome this mistake?
Regards, T
source share