(Geoserver + OpenLayers) Search item by coordinates (lat/long) or id -


i'm using geoserver (2.3.0) + openlayers(2.12), no previous experience on geo systems :(.

i need locate in map item located in lat/long, or primary key. have found inverse situation, in other words, if user clicks on item, possible recover lat/long.

someone knows how find item?

[]'s

you may send coordinates getfeatureinfo wms query geoserver (with ajax) , parse response.

as of id, may write simple page access database , returns info.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -