geoserver Questions

4

I am using GeoServer and seed tiles on my server. The tiles are created successfully but i dont know which pattern the directory structure is following... (i.e. .../EPSG_4326_05/0_0/00_06.png) I wa...
Paulin asked 31/5, 2017 at 14:13

23

I'm trying to add a database-enabled JSP to an existing Tomcat 5.5 application (GeoServer 2.0.0, if that helps). The app itself talks to Postgres just fine, so I know that the database is up, user...
Shippy asked 15/12, 2009 at 23:33

2

Solved

I have a tomcat apache installed with ssl on Centos and I have deployed GeoServer as webapp into tomcat…when I access GeoServer through tomcat as https://XXXX.XXXXXXXXX.com/geoserver/web/ and enter...
Urdu asked 14/8, 2021 at 12:2

3

Solved

I have a geoserver on my webserver that uses log4j v 1.2.17 (log4j-1.2.17.jar). I've downloaded the latest (safe?) version (2.15.0) from the log4j download site and checksummed the download. I'm no...
Bradley asked 12/12, 2021 at 16:59

1

I am really hoping someone can help point me in the right direction. I have Geoserver deployed within Tomcat 9 on an Ubuntu 18.04 server. All was working absolutely fine until I added SSL to the Ap...
Adkinson asked 8/3, 2021 at 8:23

4

Solved

All, I am trying to get CORS enabled on Tomcat 7.0.52 for Geoserver. I modified web.xml in conf in tomcat, as specified in http://tomcat.apache.org/tomcat-7.0-doc/config/filter.html#CORS_Filter B...
Mathildamathilde asked 12/3, 2014 at 20:34

4

Solved

I want to do the following cURL request in c#: curl -u admin:geoserver -v -XPOST -H 'Content-type: text/xml' \ -d '<workspace><name>acme</name></workspace>' \ http://loca...
Heman asked 1/3, 2011 at 9:39

1

Solved

A mapbox-vector-tile layer is being served from GeoServer (around 500K features points and multiline strings). I am using mapbox-gl-js to plot the layer at client side and I use expressions to cha...
Mindexpanding asked 13/9, 2019 at 9:33

1

Solved

I'm developing a web mapping application using the Vuelayers library which is Web map Vue components with the power of OpenLayers. I have the following code in my template: <vl-map @singleclic...
Scat asked 26/5, 2019 at 23:32

2

I am trying to increase my Maximum memory pool in Apache tomcat config. I am using Geo-server services with the help of Apache, however my memory in Geo-server is filling very fast. All the time I...
Nightie asked 21/5, 2018 at 6:19

3

I want to remove switch from port 8080 on my Apache Tomcat on Linux server CentOS 6.5 to the default. On My hosted Apache Tomcat server is running on port 8080 on url vmx15978.hosting24.com.au:8080...
Vanhomrigh asked 9/5, 2014 at 7:22

2

I have created a map using OpenLayers3. I can succesfully zoom to a layer on the map using the following code: map.getView().fit(extent, map.getSize()); However I woulld like something similiar...
Kampmann asked 23/5, 2016 at 9:37

2

I need to add some Geoserver data on my Azure Website. I'm just wondering that if I need to install Geoserver for that on my account (if it is possible) or is there some other way? As I was just l...
Ankh asked 27/4, 2015 at 11:37

1

Solved

in geoserver whene i need to creat a new data store after to creat new workspace, i have this error Error creating data store, check the parameters. Error message: Unable to obtain connection: ER...
Rigatoni asked 27/7, 2016 at 9:7

3

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 sh...
Melodramatic asked 2/5, 2013 at 19:16

4

Solved

is it possible to export layer configurations from geoserver and import them into geoserver on another computer? It takes a long time to keep setting up the layers everytime i switch computers.
Thorn asked 21/5, 2011 at 0:38

2

Solved

I have node.js server 0.10.12 and express.js 4.8.5. Node.js is the web server, includes openlayers 3.9.0. Geoserver 2.1.3 serves the WMS layer. Later, I will implement vector layers. There is onl...
Kareem asked 28/9, 2015 at 13:6

1

Solved

WMS Webservice GeoServer WMS I try to get Tile Information(I, J , BBOX) on selected Latitude and Longitude with zooming level in Google Map. I used this formula to get I, J , BBOX Formula Source...
Boldfaced asked 4/9, 2015 at 5:58

3

Solved

Is it possible to import a shape file containing multipolygons into single polygon in PostGIS? Whenever I try importing a shape file of a polygon, it is stored as a multipolygon (as opposed to a si...
Interrogate asked 12/2, 2014 at 6:4

1

Solved

The following is the code I use, which does not work curl -v -u admin:geoserver -XPUT -H 'Content-type: text/xml' -d '<featureType> <name>h12v10_locations_20ztesting</name> <n...
Jordain asked 29/5, 2015 at 23:27

2

Solved

Is it possible to get a list of all the layers served by geoserver? I.e. is there some specific url request to send that does this?
Glazier asked 6/10, 2010 at 13:6

1

Solved

I'm trying to increase the heap size of tomcat (so i can optimize GeoServer performance), what i did is: Change the JAVA_OPTS values in tomcat default file to be: JAVA_OPTS="-Djava.awt.headle...
Iapetus asked 31/8, 2014 at 10:27

1

I have a geoserver instance, that contains our data. Requesting this via GET works all-right and returns the expected results. But sadly it doesn't works with POST. To be precise, here is the requ...
Iiette asked 25/7, 2014 at 9:55

3

Solved

Following on from this earlier question I'm on PostgreSQL 8.4 and am having trouble with updatable views. I have a view: CREATE VIEW filedata_view AS SELECT num, id, ST_TRANSFORM(the_geom,900913)...
Jadwiga asked 27/7, 2012 at 5:16

3

Solved

I'm a "do it yourself" kind of guy, but I want to make sure I'm not going to do myself in by trying to bite off more than I can chew. I am writing a browser-based mapping application that needs to...
Lashley asked 17/3, 2011 at 2:53

© 2022 - 2024 — McMap. All rights reserved.