GeoServer is the reference implementation of the Open Geospatial Consortium (OGC) Web Feature Service (WFS) and Web Coverage Service (WCS) standards, as well as a high performance certified compliant Web Map Service (WMS).

learn more… | top users | synonyms

0
votes
0answers
5 views

Add map in web page

I have multiple shape files of my country, its states and cities. I want them to display in map i.e. First layer is country, then states-layer and then cities layer. I only know that to do this, first ...
0
votes
0answers
5 views

PrintMap with Geoext + GeoServer

am trying to print a map with GeoEXT and geoserver i successed to show the print panel but when i click the print button i get this error: Error while generating PDF: ...
1
vote
1answer
28 views

Cannot read property 'length' of undefined (print map with geoserver)

am trying to work with print with geoserver geoext/ext to print a map. i successed to install the print plugin, since localhost:8080/geoserver/pdf/info.json?var=printCapabilities shows the print ...
1
vote
0answers
99 views

Code does not give errors but does not give results either

I try to use Geoserver-Manager. I says: package test; import java.net.MalformedURLException; import it.geosolutions.geoserver.rest.GeoServerRESTPublisher; import ...
0
votes
1answer
16 views

Remote access for Geoserver…Local host only

I am a GIS tech trying to get migrate to Geoserver, unfortunately I am not very savvy on web hosting. I installed the Windows version 2.3.1. I was able to build by map and access it through ...
0
votes
2answers
16 views

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

I'm using Geoserver (2.3.0) + OpenLayers(2.12), but with no previous experience on GEO systems :(. I need to locate in the map the item located in lat/long, or by the primary key. But I have found ...
0
votes
1answer
14 views

Multiple FeatureType in WFS Protocol

I would like to pass multiple featureTypes to WFS protocol in order to accomplish a search feature in my app. the idea worked just fine with one featureType, but now I need to add another one to ...
0
votes
0answers
11 views

OpenLayers removes/destroys new features when zooming out

I have an OpenLayers.Layer.Vector layer that I allow the user to create, modify and delete features and feature attributes. The changes are saved when they hit a "Save Changes" button. If the user ...
0
votes
0answers
24 views

Configure Javascript in android for showing marker in geoserver

I am able to show Geoserver map using webview (In android) and want to show marker on geoserver map in my android application. Please suggest how to achieve this. Hope to hear from you soon. ...
-5
votes
0answers
25 views

Show custom marker on geoserver map in android application [closed]

I am able to show Geoserver map using webview (In android) and want to show marker on geoserver map in my android application. Please suggest how to achieve this. Hope to hear from you soon. ...
0
votes
0answers
50 views

Hadoop and Geoserver

I'am intending to develop a new datastore based on Hadoop/HBase for Geotools to use it in Geoserver just to visualise Raster data (tiled satellite image). Has anyone done something similar or even ...
0
votes
0answers
24 views

App crashes when i perform too many requests - MKNetworkKit - MKOverlayView - WMSOverMapkit

i'm developing a huge map application that covers different kind of map informations. Some of them are traffic data, graphs, and different maps from the apple ones. All of this data is presented in ...
0
votes
0answers
28 views

GeoServer times out (504 Gateway Time-Out) when accessed from OpenLayers via nginx webserver

I have developed an OpenLayers web app that uses GeoServer. I am using nginx as my webserver with proxy_pass setup for GeoServer. Everything works as expected when I use "localhost" but when I ...
0
votes
0answers
25 views

Show Custom map using WMS server instead of showing Google MAP

I am making a simple android application to show custom map (not Google Map) using WMS geoserver. So tell me is there any map API to show custom map instead of Showing Google Map. If possible then ...
0
votes
0answers
24 views

Geoserver SLD styling issue with external graphics and attribute rules

I am creating a SLD for Geoserver wms layer. The SLD validates without error but the icons will not show in the map. I am using attribute based rules to compare strings to have the correct image show ...
-1
votes
0answers
12 views

Determine at client side if data store of WMS is raster or vector, GeoServer

Is there a way to know the type of data store of a WMS layer at client side mapping application. I have Geoserver hosted locally.
1
vote
0answers
30 views

SLD based selection on WMS layers - How to set the new style of a clicked point?

I'm trying to follow this example: http://openlayers.org/dev/examples/SLDSelect.html When I click on the point, its color should be changed, here is a piece of my code: control = new ...
1
vote
0answers
12 views

column to store elevations in postgresql

I am using geoserver and postgresql. I imported raster (.tif) file to postgresql using raster2pgsql. The file thus imported creates a new table in postgresql. But when that file is previewed in ...
1
vote
1answer
34 views

ImageMosaic-JDBC Error

I'm trying to get postgis raster layers in geoserver-2.3.1, with postgresql-8.4, postgis-2.0 and gt-imagemosaic-jdbc-9.1.jar support. I'm going through the tutorial with a PNG raster that i have. In ...
0
votes
0answers
17 views

using wfs_t to store data in postgis

i'm using wfs_t to add a feature to my layer, but when i click "save" i find nothing new in my table postgis i'm using this tutorial: ...
0
votes
0answers
23 views

My geoserver is showing HTTP ERROR: 503 SERVICE_UNAVAILABLE and empty log file

I reinstalled opengeosuite many times but still I cant open geoserver. PostGIS and Geoexplorer are working fine. my environmental variable is set to variable name:GEOSERVER_DATA_DIR value: ...
0
votes
0answers
14 views

not able to view imported .tif file in geoserver

I am using geoserver. I have imported a .tif file using postgis, which has been saved in vector type layer in geoserver. Now, whenever, I preview it, the layer gets automatically downloaded as wms ...
1
vote
0answers
38 views

not able to import raster data through raster2pgsql

I'm new to postgis and I'm not able to get through raster2pgsql. The problem is: I want to import a raster (.tif) file using raster2pgsql. But after running the command: raster2pgsql -s 4326 -I -C ...
1
vote
1answer
64 views

GeoServer WMS crashes

I'm using WinXP (sp3), GeoSever 2.3.0 with JRE 1.6 and trying to get any layer displayed as WMS. Using the Layer Preview feature of the GeoServer admin web interface (GeoServer/web), it causes ...
1
vote
0answers
74 views

How to configure WFS layer with openlayer in PHP wampserver with Windows

<script src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"> </script> <script type="text/javascript"> function init() { var map = new OpenLayers.Map ("map", { ...
0
votes
1answer
101 views

How can I show a custom map in Android?

I'm new using maps on Android, as a custom map I mean a map built by my own Server of Maps (I'm using GeoServer with WMS) Should I create a custom view or can I use a MapFragment? Or any library that ...
0
votes
1answer
147 views

GeoServer not returning correct JSON for WFS using OpenLayers.Protocol.Script

I am trying to get json features from GeoServer 2.3.0. I have duplicated the code from an example and it works as expected. However, when I set the url to my GeoServer and desired layer, the ...
0
votes
1answer
89 views

how to get all features from a layer in openlayers?

I deal with geoserver and openlayers, i use WMS layer for displaying due to loading time is shorter than vector layer. My problem i couldn't get all features of a layer without event, For sure i ...
2
votes
0answers
47 views

Geoserver manager, adding a new layer

While programatically creating a new layer with the geoserver-manager api (http://code.google.com/p/geoserver-manager/wiki/Documentation) using the following code: GeoServerRESTPublisher publisher = ...
4
votes
1answer
172 views

Using getTileURL in Android Application with GeoServer

We are just starting to work with Google Maps on Android and have a GeoServer set up to provide tiles which we would like to add as overlay on the map. So far, I have followed a few tutorials and ...
1
vote
1answer
92 views

tooltip for WMS points with geoext

My idea is to get tooltip contains information about the point , these points return from WMS layer, i tried these ways: 1- with vector layer there is "graphictitle" when styling the points and it ...
1
vote
0answers
43 views

How to use RESTful Geoserver?

I'd like to use REST protocol with Geoserver running on a web, but when I enter username and password used to log into web interface, I get HTTP ERROR: 401 Full authentication is required to access ...
0
votes
0answers
56 views

combine between WMS and WFS

We are developing a project which contains a lot of data. We are using WMS layers for displaying the points. Also we used WMS to return points information in a popup window, however to highlight ...
1
vote
0answers
18 views

can I name stlyes of Geosever (SLD) in Chinese?

I have occured a problem when I tried to name styles of Geoserver in Chinese. I want to know whether Geosever supports styles with Chinese name.
0
votes
0answers
11 views

Is it possible to create Tessellation table in schema other than sysspatial

As per geoserver teradata documentation, tessellation table is required in sys spatial schema only. My question is - Is it possible to configure geoserver to pick the tessellation table from a ...
0
votes
1answer
41 views

How to publish a GML file as a Web Feature Service (WFS)?

I am interested in publishing a GML file as a WFS. I don't want to use a database like PostgreSQL. What would be the rough steps I need to do for that? I like to use open source software (geoserver).
1
vote
1answer
44 views

How to create Store for native binary format(.ID, .DAT, .Tab, .MAP) in geoserver

Hi i have four different file format (.ID, .DAT, .Tab, .MAP) i have to upload these in geoserver and see the map . Are these file format supported by geoserver.if yes please help me how to do it i ...
2
votes
2answers
354 views

OpenLayers GeoServer Cross Origin Issue

I am trying to make a WMS GetFeatureInfo request from an openlayers based application to GeoServer. But I am hitting the cross origin issue, as it know my origin is http:localhost. Hopefully someone ...
0
votes
1answer
125 views

How to programmatically set username and password on Geoserver at intall time

I am writing a bash script to install Geoserver by following the steps outlined here Install Instructions . I am trying to use CURL to post a custom data store config file. But I am having an ...
0
votes
0answers
43 views

How to access my application in JBoss?

I'm learning how to use Jboss AS, so sorry for the stupid question. I installed JBoss 7.1.1 Final and downloaded the geoserver application in the war format. I fixed the issues that I found and I ...
0
votes
0answers
98 views

Download GeoTiff from geoserver in World Wind

I am trying to download a tiff file using a wms request to a geoserver so that I can run it through a geotiff parser in World Wind. Using the World Wind Java SDK I can parse a tiff file that is stored ...
0
votes
0answers
158 views

Geoserver+Openlayers: How to peform a Thematic Map on a WPS Filtered Geometry

I am currently developing a small Openlayers project using Geoserver. I have been using a WMS base layer and the WPS service to do most calculations like buffer, interseccion, etc. It is very easy ...
0
votes
1answer
139 views

OpenLayers Map BoundingBox calculation

I'm using the GeoServer to hold some maps, and just a simple OpenLayers app to load and show the data (for now). I'm successfully loading the demo data (which is in WGS84), but when it comes to my ...
0
votes
1answer
77 views

Build my own off-line map server?

I am new to GIS and I am trying to deploy my own off-line map server. I have found very interesting open source tools like: geoserver. I have downloaded OpenStreetMap data from geofabrik.de In the ...
1
vote
1answer
194 views

How to get exact featureinfo in wms layer Geoserver when polygon is small?

I got neighbor polygon feature info instated of clicked polygon feature info. In My Code: getfeaturenfo :function(e) { coordinates=e; var params = { ...
0
votes
1answer
58 views

Return features within a circle/polygon [closed]

I am new to Openlayers and not sure if this question falls in scope of Openlayers or Geoserver. I am showing some poi data in the form of layers on my map. The requirement is that a user can draw a ...
0
votes
1answer
621 views

How to add SLD Style to a WMS Layer dynamically through javascript

With OPENLAYERS + GEOSERVER + JAVASCRIPT + SERVLET + AJAX I have a servlet which resceives ajax call and returns population of all countries . I want to add SLD in such a way that, the WMS layer ...
2
votes
0answers
166 views

How upload geoserver on openshift tomcat application

I made an openshift application in Tomcat type(jbossews-1.0) and want to uplaod Geoserver on it. I changed my geoserver.war as described here:http://dubrovsky.posterous.com/geoserver-on-openshift and ...
0
votes
1answer
98 views

Require Openlayers guide for my requirement

My Target: Using Openlayers + geoserver + POSTGIS, Display a google map. Dsplay layers from geoserver to the user in a browser , Allow user to edit features for a layer, Persist the features added ...
0
votes
1answer
840 views

How to Convert SVG to SHP (Shape File) format? [closed]

I am trying to convert the SVG File to SHP (Shape File format) and then get it imported into GeoServer. Is there any convertor available OR is there any mediating format in which I can get it ...

1 2 3 4