I'm new to the GIS world.
Using postgis 2+, I have a rest API running on a Tomcat server returning JSON. For instance :
Query : GET /city?state=foo&otherParameter=bar
[{ "id" : , "cityname" : , "centerX" : , "centerY" : , "proj" : },{ ... } ]I also have a mapserver running (Apache).
I have...