Tagged Questions
4
votes
1answer
562 views
Mercator projection world map with Geoserver and Openlayers
I'm trying to render a world map shapefile on my Geoserver with a Mercator projection. I've tried declaring the SRS on Geoserver and defining EPSG projections of 3785 or 900913 in Openlayers with no ...
3
votes
3answers
2k views
Display Map like OpenStreetMap
I like the way OpenStreetMap display its map. It almost looks like Google Map. I have already installed GeoServer and PostGis on my notebook. I also got this cloudmade osm file for my country, ...
2
votes
0answers
375 views
Sencha Touch, OpenLayers, GeoServer: Wrong encoding on devices using Android 2.2
I have created a small test page using Sencha Touch, OpenLayers and I am recieving WMS/WFS data from a GeoServer.
I have set the encoding on my HTML page to UTF-8:
<meta http-equiv="Content-Type" ...
2
votes
1answer
122 views
getting the user click inputs in openlayers and store in postgis
i am developing a web based application for showing the public vehicle routes using GeoServer, PostGIS and OpenLayers. what i need to do is let the user define a route by clicking on the main bus stop ...
2
votes
1answer
895 views
openlayers GetFeatureInfo request example + virtual earth/google
Simply I copied the example code from http://openlayers.org/dev/examples/getfeatureinfo-control.html.
I used geoserver to run it and everything is working properly like the internet version, now I ...
2
votes
2answers
417 views
How to add custom data source to GeoServer WMS service?
I'm installing GeoServer as a WMS server to cooperate with OpenLayers.
The trouble is that I have to use 3rd-party tile source which is provided through web service.
So I guess I have to tweak ...
2
votes
3answers
2k views
Generating Geo-Referenced Images in C#
I want to create some heat-map style tiles to overlay over our base maps using Open Layers. Basically, I want to divide some some bounding box into a grid, and display each square of the grid using a ...
1
vote
2answers
377 views
How does OpenLayers calculate bounding box coordinates?
I'm trying to display a map using OpenLayers through GeoServer's WMS. I'd like to know how OpenLayers calculates the BBOX coordinates to set them properly with js and avoid the posted error response. ...
1
vote
1answer
360 views
saving user input to a postgis table strategy
I have openlayers, geoserver and postgis/postgres working quite nicely. I'm trying to create an app that allows a user to add a point to a map. After the point is created, I need a popup form to ...
1
vote
1answer
1k views
Geoserver GetFeatureInfo WMS Requests Do Not Work When Using GeoWebCache Layer
I have been trying for the last few days to get my map GeoWebCache layers from Geoserver to display GetFeatureInfo in a popup event. When I was using WMS layers, GetFeatureInfo was working as ...
1
vote
1answer
505 views
What are the limitations of GeoServer and OpenLayers when showing a large number of points?
We are trying to show a map with a large number of points (ranging from 1000 up to 20000 depending on the users criteria) using OpenLayers and GeoServer. The points are stored in a PostgreSQL ...
0
votes
1answer
45 views
Adding WFS layer with OpenLayers
I'm trying to add one of the included datasets with geoserver to an openlayers map. I've followed the opengeo tutorials, seen similar thread on here, but I can't seem to crack it. Can somebody take a ...
0
votes
0answers
17 views
WFS-T call to Geoserver not visualising POIs
I'd like to make a connection to Geoserver to edit several point of a layer via WFS-T. I tried this starting by different examples but the map doesn't visualise the points. I have an openstreetmap ...
0
votes
1answer
62 views
Mapping: What's the simplest way to dynamically change a polygon's value attribute on a map?
I would like to display local election results on a map. I have the shape files for all of the city's divisions, which can be static, but I'd like to dynamically plug in the percentages of votes for ...
0
votes
1answer
82 views
Openlayers WMS layer not zooming properly with Basemap
I'm using a WMS layer coming from Geoserver over a OSM basemap. When I'm at a particular zoom level (1:70) then the WMS layer is on right position over Basemap, but on zooming in to see individual ...
0
votes
0answers
88 views
Re-size getfeatureinfo template based on the Attributes
can it possible to get feature-info template re-size from wms/wfs attributes. i do not want to scroll in that. it will re-size based on the attributes.
Thanks
0
votes
0answers
215 views
OpenLayers - WMSGetFeatureInfo - How to display values in a div
I'm having problem to display values in a div, it is returning values from a ajax get method, but in evt argument from ShowInfo is not returning any value.
var map, utb, highlightlayer, infocontrols;
...
0
votes
0answers
153 views
PHP code in geoserver(templates)
I am creating a simple openlayers website using WMS and geoserver as backend.
I currently use the OpenLayers.Control.WMSGetFeatureInfo to select features, and I have modified the content.ftl to show ...
0
votes
1answer
236 views
Change Map view port and zoom according to different coordinates
i'm using OpenLayers API as a client for streamed maps located on a mapping server (geoServer), when i got a search results placed on the map,the view port and zooming level doesn't change, i want to ...
0
votes
2answers
221 views
OpenLayers page is only accessible in IE
I have developed web map application using OpenLayers and GeoServer. Geoserver is installed on production server on port 8080. It works fine in Internet Explorer and all the GIS layers are easily ...
0
votes
0answers
199 views
OpenLayers offset layer representation
I display a google map as baseLayer and overlay some vector layers by using GeoServer's WMS service. When the page is loaded the vector layers are offset by approx +50px on the y axis. After I ...
0
votes
1answer
990 views
'Pink tiles' when using GeoWebCache
I'm trying to test simple web map based on PostGIS/Geoserver/OpenLayers stack on Windows Server 2008. I've been using this tutorial and geoserver docs.
When I try to add WMS layer to my map using ...
0
votes
2answers
459 views
displaying data from a WFS (vector) layer using getFeatureInfo
As the title says... I trying to access that data associated with a vector layer but not having any success.
I get the following error:
"No QUERY_LAYERS has been requested, or no queriable layer in ...
0
votes
1answer
497 views
Geoserver GeoWebCache AntiAlias LargePolygon Error OpenLayers
When using geoserver (1.7.X) and OpenLayers (WMS layer) togheter I get a weird behavour if a render several layers with antialias and one of the bottom layers is really large compared to the rest of ...