Hy,Im begginer in openlayers and webgis.I can't find out, how to create getFeatureinfo pop up. I tried to write a code, but it is just loading if I click on an object and doesn't give back value. Here is the code:
Karban OpenLayers.ProxyHost = "proxy.cgi?url="; var map, info;
function load() {
map = new OpenLayers.Map('terkep_helye', { projection: "EPSG:3857", units: "degrees", } ); var osm = new OpenLayers.Layer.OSM(); map.addLayer(osm); //GEOSERVER R
أكثر...
Karban OpenLayers.ProxyHost = "proxy.cgi?url="; var map, info;
function load() {
map = new OpenLayers.Map('terkep_helye', { projection: "EPSG:3857", units: "degrees", } ); var osm = new OpenLayers.Layer.OSM(); map.addLayer(osm); //GEOSERVER R
أكثر...