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 a openlayers web client.
I want to display the result of the http query using the openlayer client and mapfiles.
Is it possible ? If so, any leads ? I'm fine with reading documentation.
Thanks.
أكثر...
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 a openlayers web client.
I want to display the result of the http query using the openlayer client and mapfiles.
Is it possible ? If so, any leads ? I'm fine with reading documentation.
Thanks.
أكثر...