Tagged Questions
0
votes
0answers
27 views
Geoserver 2.3.0 exclamation mark on Layer
if i want to publish a Layer from Oracle Locator this becomes a yellow exclamation mark and so i can“t see in the layer preview. I use before geoserver 2.1.4 and it worked perfect.
I have attempt to ...
1
vote
1answer
23 views
geoserver returns incorrect number of points when cql used
I'm using Geoserver 2.2.4 to support WMS queries. All testing is done via the "Layer Preview" page.
If I send a request with no CQL a map full of points is returned as expected.
If I add a CQL ...
2
votes
2answers
159 views
Managing a large number of layers in OpenLayers/GeoExt and Geoserver
I am building a web application to facilitate the handling of approximately 2500+ historic maps. I think it would be too difficult for our users to search for specific maps in an ordinary layer tree.
...
2
votes
0answers
210 views
Layer visibility using maxscale minscale not working
I'm using Openlayer and Geoserver.
I have a series of layers that have a scale parameter like: 1:50000-1:25000 where 50000 is the max scale while 25000 is the minscale.
I have a map like in this ...
2
votes
1answer
446 views
How to set up a layer control using Leaflet?
I have been working on a mapping application using Leaflet. I am using a WMS on Geoserver to get my layers, which are overlaid on a cloudmade basemap.
I tried to use the layer control on my map by ...
1
vote
1answer
75 views
OSM labels look as red point in geoserver preview layer. Why?
I've imported shp directory files of OSM to geoserver and the city label layer look like red dots instead of showing labels of street names. Is there a fix for this ? (should I declare this layer kml ...
2
votes
1answer
140 views
Openlayers - Get Type of Layer
Is there a way to get the type of all the layers in an OpenLayer maps object? What I am trying to do is iterate over all the layers in my OpenLayers map object and populate a dropdown list with the ...
0
votes
0answers
103 views
how to show LINESTRING intersection with other layers in Openlayers?
I'm using Postgis/Geoserver/Openlayers and I have a query that gets al the "towns" that are near a "road". Now, "road" and "towns" are different layers, and I want to show them in Openlayers.
But I ...
1
vote
2answers
398 views
How to overlay points from MySQL served by Geoserver on an Openlayers map?
This might be a very basic question as I am new to GeoServer.
What I am trying to do:
I have a MySQL table that stores data attached to a spatial point and have latitude and longitude columns to ...
2
votes
1answer
90 views
How to add Checkboxes in Geoserver
I have a POI table with some data of categories like Airport,ATM,Bank etc. I want to show these categories as checkbox so that if I click in the ATM Checkbox, only the ATM Points will be display. Is ...
0
votes
2answers
728 views
How to get names of all layers in a store in GeoServer using OpenLayers
I have strict requirement to retrieve names of all layers in a GeoServer store using OpenLayers. I've gone through the post here, but it doesn't answer my question. I've also gone through GeoServer's ...
1
vote
2answers
194 views
Its possible to catch ServiceException in Openlayers?
Im trying to catch exception in OpenLayers using vector layers in conjunction with http protocol, its possible to intercept an ServiceException from geoserver ... it will be great to display some ...
1
vote
0answers
261 views
pdf google maps export
In my php+postgis+geoserver+OL application I have to export a map in a pdf file.
This map has two layer: the base is a google map layer and a vector layer as overlay.
Is there a way to make a pdf ...
2
votes
2answers
674 views
Why am I unable to publish a postgis layer to geoserver?
I left arcgis and microsoft sql and now I am trying to connect Qgis+PostgreSQL (PostGIS) + GeoServer.
I've brought my postgis database to the server, created a "store". And now I'm trying to publish ...
2
votes
3answers
2k views
How to get the layer name?
I am using OpenLayers, Geoserver 2.1 CQL language. The problem is that I do not know how to address the layer. I am trying to call a function like this:
var createWmsLayer = function(name, url, ...
