Questions tagged [geoserver]

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).

GeoServer is an open source software server written in Java that allows users to share and edit geospatial data. Designed for interoperability, it publishes data from any major spatial data source using open standards.

Being a community-driven project, GeoServer is developed, tested, and supported by a diverse group of individuals and organizations from around the world.

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). GeoServer forms a core component of the Geospatial Web.

(http://geoserver.org/display/GEOS/Welcome as it is on Jan 29th, 2014)

A common use for geoserver is with two other componnets: Geowebcache and Openlayers. The first is an actually embed feature in Geoserver default installation. It avoids processing storing images that were generated by Geoserver once. The access to this cache is transparent to the user, using the same endpoint. Openlayers is a javascript library that handles the complexity of assembling the images given by geoserver into a usable map.

More information can be found in the following links:

Openlayers:

Geowebcache:

Geoserver is able to abstract many complex operations with geodesic data and can serve the application with many representations of it. The most used are the map images, but other formats like KML (used by Google Earth), JSON and XML are also available, making possible to offer a rich app to the user.

It will also allow the administrator to style the map in many ways using defined styles for the layers, described in the format called SLD. Here you have how to:

The input formats will mostly be the Shapefiles or a data connection to the database that contains geospacial data, such as Postgres using the Postgis extension.

A brief about the supported formats: http://docs.geoserver.org/latest/en/user/community/importer/formats.html?highlight=shapefile

Importing a shapefile: http://docs.geoserver.org/latest/en/user/gettingstarted/shapefile-quickstart/index.html

Connecting to a Postgres/postgis database: http://docs.geoserver.org/latest/en/user/gettingstarted/postgis-quickstart/index.html

Shapefiles (a format described by ESRI) definition and other useful information:

Postgres and Postgis information:

Geoserver uses the concept of endpoint to serve the information. The parameters are received via GET, making simple request powerfull tools of abstraction. An example with openlayers can be found here:

http://openlayers.org/dev/examples/getfeatureinfo-control.html

The endpoint, in the example is the following:

var political = new OpenLayers.Layer.WMS("State Boundaries",
            "http://demo.opengeo.org/geoserver/wms", 
            {
              'layers': 'topp:tasmania_state_boundaries', 
              transparent: true, 
              format: 'image/gif'
            },
            {
              isBaseLayer: true
            }
        );

where - "http://demo.opengeo.org/geoserver/wms" is the endpoint for wms serving - 'layers': 'topp:tasmania_state_boundaries' - we want the tasmania_state_boundaries layer from top workspace - transparent: true informs the server to leave transparent the regions where there is no information. Otherwise they will be white. - format: 'image/gif' - The format of the images we want.

It's that simple to access a black hole of geo information that, otherwise, would require too much time to do. Too much time.

1562 questions
0
votes
0 answers

Openlayers,GeoServer,geoExt

I am developing a WEBGIS Portal for DataSearch. I have published the shapefile through Geoserver, Openlayer and geoExt but I am not able to query the with my data either by wfs, gml or json. I think I am not able to establish the connection between…
0
votes
1 answer

Error EPSG:4326 on Geonetwork 2.1.3

I have an error with geoserver 2.1.3 when I try to view a map in OpenLayers. I have added in the Limited SRS list the codes 4326, 900913, 3857 and I add a code for 900913 in the espg.properties because at first i have an error with that. But now I…
Daniel Cabrera
  • 81
  • 2
  • 6
  • 13
0
votes
1 answer

Getting geoserver to run faster

I would like to know if there is anyway to speed up geoserver as I seem to be running out of options. I have a base layer map that has 15 items on it that is need to make the map look decent. I have also added the native JAI and the Native JAI…
Ravyn
  • 157
  • 4
  • 21
0
votes
1 answer

How do I replace curl invoke with HttpClient object invoke or some similar?

There is a code that creates new featureType at geoserver: string par = @"/c D:\curl-7.32.0-ssl-sspi-zlib-static-bin-w32\curl.exe -v -u admin:MYPASSWORD -XPOST -H ""Content-type: text/xml"" -d """ + name + @"" +…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/curl" class="post-tag grid--cell" title="show questions tagged 'curl'" rel="tag">curl</a> <a href="../../questions/tagged/geoserver" class="post-tag grid--cell" title="show questions tagged 'geoserver'" rel="tag">geoserver</a> <a href="../../questions/tagged/dotnet-httpclient" class="post-tag grid--cell" title="show questions tagged 'dotnet-httpclient'" rel="tag">dotnet-httpclient</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 23 '13 at 03:18">asked Oct 23 '13 at 03:18</time> <a href="../../users/2727736/mike" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2727736.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Mike" /> </a> <div class="s-user-card--info"> <a href="../../users/2727736/mike" class="s-user-card--link">Mike</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-19497619"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/19497619/openlayers-wms-layer-not-zooming-properly" class="question-hyperlink">Openlayers WMS layer not zooming properly</a></h3> <div class="excerpt">I developed an script to display 2 layers ob base map. but it is not zooming properlly. I am using following code can you please suggest me <script type="text/javascript"> var map, layer, select, hover, control; function init(){ …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/geoserver" class="post-tag grid--cell" title="show questions tagged 'geoserver'" rel="tag">geoserver</a> <a href="../../questions/tagged/wms" class="post-tag grid--cell" title="show questions tagged 'wms'" rel="tag">wms</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 21 '13 at 14:44">asked Oct 21 '13 at 14:44</time> <a href="../../users/2903570/user2903570" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2903570.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user2903570" /> </a> <div class="s-user-card--info"> <a href="../../users/2903570/user2903570" class="s-user-card--link">user2903570</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">21</li> <li class="s-award-bling s-award-bling__bronze" title="4 bronze badges">4</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-19490035"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/19490035/open-source-projects-for-gis" class="question-hyperlink">Open source projects for GIS</a></h3> <div class="excerpt">I work with GIS and want to find a good open source project to edit and publish geospatial data. I googled and found Geoserver.It is a very good project but it has GPL license. Are there other open source projects for gis? </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/open-source" class="post-tag grid--cell" title="show questions tagged 'open-source'" rel="tag">open-source</a> <a href="../../questions/tagged/gis" class="post-tag grid--cell" title="show questions tagged 'gis'" rel="tag">gis</a> <a href="../../questions/tagged/geoserver" class="post-tag grid--cell" title="show questions tagged 'geoserver'" rel="tag">geoserver</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 21 '13 at 08:55">asked Oct 21 '13 at 08:55</time> <a href="../../users/2834421/javagc" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2834421.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="javagc" /> </a> <div class="s-user-card--info"> <a href="../../users/2834421/javagc" class="s-user-card--link">javagc</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">846</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="17 silver badge">17</li> <li class="s-award-bling s-award-bling__bronze" title="37 bronze badge">37</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-19426010"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/19426010/getting-old-geoserver-data-to-new-freshly-installed-geoserver" class="question-hyperlink">Getting old geoserver data to new freshly installed geoserver</a></h3> <div class="excerpt">I had a working copy of geoserver 2.3 with my working files but decided to install a bran new geoserver 2.4 with apache tomcat so I am using geoserver.war file. I also had made a copy of my data_dir folder cause I had seen that it seemed to have…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/file" class="post-tag grid--cell" title="show questions tagged 'file'" rel="tag">file</a> <a href="../../questions/tagged/tomcat" class="post-tag grid--cell" title="show questions tagged 'tomcat'" rel="tag">tomcat</a> <a href="../../questions/tagged/geoserver" class="post-tag grid--cell" title="show questions tagged 'geoserver'" rel="tag">geoserver</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 17 '13 at 11:53">asked Oct 17 '13 at 11:53</time> <a href="../../users/1538685/ravyn" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1538685.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Ravyn" /> </a> <div class="s-user-card--info"> <a href="../../users/1538685/ravyn" class="s-user-card--link">Ravyn</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">157</li> <li class="s-award-bling s-award-bling__silver" title="4 silver badges">4</li> <li class="s-award-bling s-award-bling__bronze" title="21 bronze badges">21</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-19312261"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/19312261/geoserver-map-layers-tiles-loaded-in-the-screen-or-not" class="question-hyperlink">GeoServer map layers/tiles Loaded in the screen or Not</a></h3> <div class="excerpt">I'm using OpenLayers - 2.11,GeoServer 2.13, ExtJS 3.4, and Java for developing GIS based web applications. Please guide me to check if all my GeoServer map layers/tiles Loaded in the screen or not. While dragging map is taking time to load next…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/extjs" class="post-tag grid--cell" title="show questions tagged 'extjs'" rel="tag">extjs</a> <a href="../../questions/tagged/openlayers" class="post-tag grid--cell" title="show questions tagged 'openlayers'" rel="tag">openlayers</a> <a href="../../questions/tagged/geoserver" class="post-tag grid--cell" title="show questions tagged 'geoserver'" rel="tag">geoserver</a> <a href="../../questions/tagged/wms" class="post-tag grid--cell" title="show questions tagged 'wms'" rel="tag">wms</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 11 '13 at 07:11">asked Oct 11 '13 at 07:11</time> <a href="../../users/1517174/ramesh-t-r" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1517174.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Ramesh T R" /> </a> <div class="s-user-card--info"> <a href="../../users/1517174/ramesh-t-r" class="s-user-card--link">Ramesh T R</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">37</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="11 bronze badges">11</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-19219613"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/19219613/install-oracle-plugin-for-geoserver-2-2-snapshot" class="question-hyperlink">Install oracle plugin for geoserver 2.2-SNAPSHOT</a></h3> <div class="excerpt">How install oracle plugin for geoserver with version 2.2-snapshot? For what version geoserver extensions. I find only 2.2, 2.2.1 etc. </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/plugins" class="post-tag grid--cell" title="show questions tagged 'plugins'" rel="tag">plugins</a> <a href="../../questions/tagged/geoserver" class="post-tag grid--cell" title="show questions tagged 'geoserver'" rel="tag">geoserver</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 07 '13 at 07:58">asked Oct 07 '13 at 07:58</time> <a href="../../users/2111023/user15445" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2111023.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user15445" /> </a> <div class="s-user-card--info"> <a href="../../users/2111023/user15445" class="s-user-card--link">user15445</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">146</li> <li class="s-award-bling s-award-bling__silver" title="2 silver badges">2</li> <li class="s-award-bling s-award-bling__bronze" title="20 bronze badges">20</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-18701589"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/18701589/serving-geoserver-trough-nodejs-and-express" class="question-hyperlink">serving geoserver trough nodejs and express</a></h3> <div class="excerpt">Hi I am developing a map application with nodejs with express,I use googlemap as base layer and some others layers served by geoserver as wms, my application run on port 3000, while geoserver is on 8080, then as far I access my application in…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/node.js" class="post-tag grid--cell" title="show questions tagged 'node.js'" rel="tag">node.js</a> <a href="../../questions/tagged/express" class="post-tag grid--cell" title="show questions tagged 'express'" rel="tag">express</a> <a href="../../questions/tagged/openlayers" class="post-tag grid--cell" title="show questions tagged 'openlayers'" rel="tag">openlayers</a> <a href="../../questions/tagged/geoserver" class="post-tag grid--cell" title="show questions tagged 'geoserver'" rel="tag">geoserver</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Sep 09 '13 at 15:18">asked Sep 09 '13 at 15:18</time> <a href="../../users/458097/arpho" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/458097.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="arpho" /> </a> <div class="s-user-card--info"> <a href="../../users/458097/arpho" class="s-user-card--link">arpho</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,576</li> <li class="s-award-bling s-award-bling__gold" title="10 gold badges">10</li> <li class="s-award-bling s-award-bling__silver" title="37 silver badges">37</li> <li class="s-award-bling s-award-bling__bronze" title="57 bronze badges">57</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-18631238"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/18631238/postgresql-inherits-from-9-tables-to-one-table-to-read-in-geoserver" class="question-hyperlink">PostgreSQL Inherits from 9 tables to one table to read in geoserver</a></h3> <div class="excerpt">Hi I'm extremely new to PostgresSQL. I have created a few tables and managed to alter table's and columns but I can't seem to grasp the inherit's part of it. I have been struggleing with this part for a while now. I created a table but have found…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/database" class="post-tag grid--cell" title="show questions tagged 'database'" rel="tag">database</a> <a href="../../questions/tagged/postgresql" class="post-tag grid--cell" title="show questions tagged 'postgresql'" rel="tag">postgresql</a> <a href="../../questions/tagged/inheritance" class="post-tag grid--cell" title="show questions tagged 'inheritance'" rel="tag">inheritance</a> <a href="../../questions/tagged/geoserver" class="post-tag grid--cell" title="show questions tagged 'geoserver'" rel="tag">geoserver</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Sep 05 '13 at 08:21">asked Sep 05 '13 at 08:21</time> <a href="../../users/1538685/ravyn" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1538685.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Ravyn" /> </a> <div class="s-user-card--info"> <a href="../../users/1538685/ravyn" class="s-user-card--link">Ravyn</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">157</li> <li class="s-award-bling s-award-bling__silver" title="4 silver badges">4</li> <li class="s-award-bling s-award-bling__bronze" title="21 bronze badges">21</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-18486013"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/18486013/geoserver-openlayer-and-googlemap-offset" class="question-hyperlink">geoserver openlayer and googlemap offset</a></h3> <div class="excerpt">in my application I am using a googlemap as baselayer and geoserver as wms server for adding several layers to the googlemap, at the first load there is an offset between the layers and the googlemap, it disappears if I switch-on and off some…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/google-maps" class="post-tag grid--cell" title="show questions tagged 'google-maps'" rel="tag">google-maps</a> <a href="../../questions/tagged/openlayers" class="post-tag grid--cell" title="show questions tagged 'openlayers'" rel="tag">openlayers</a> <a href="../../questions/tagged/geoserver" class="post-tag grid--cell" title="show questions tagged 'geoserver'" rel="tag">geoserver</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 28 '13 at 10:58">asked Aug 28 '13 at 10:58</time> <a href="../../users/458097/arpho" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/458097.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="arpho" /> </a> <div class="s-user-card--info"> <a href="../../users/458097/arpho" class="s-user-card--link">arpho</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,576</li> <li class="s-award-bling s-award-bling__gold" title="10 gold badges">10</li> <li class="s-award-bling s-award-bling__silver" title="37 silver badges">37</li> <li class="s-award-bling s-award-bling__bronze" title="57 bronze badges">57</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-18437996"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/18437996/using-file-get-contents-in-php" class="question-hyperlink">Using file_get_contents in php</a></h3> <div class="excerpt">I try to login on Geoserver using php. i do: $geoserverURL = "http://localhost:8080/geoserver/j_acegi_security_check"; $post = http_build_query(array( "username" => $username, "password" => $password, )); $context =…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/post" class="post-tag grid--cell" title="show questions tagged 'post'" rel="tag">post</a> <a href="../../questions/tagged/geoserver" class="post-tag grid--cell" title="show questions tagged 'geoserver'" rel="tag">geoserver</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 26 '13 at 06:34">asked Aug 26 '13 at 06:34</time> <a href="../../users/1382234/kliver-max" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1382234.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Kliver Max" /> </a> <div class="s-user-card--info"> <a href="../../users/1382234/kliver-max" class="s-user-card--link">Kliver Max</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">5,107</li> <li class="s-award-bling s-award-bling__gold" title="22 gold badges">22</li> <li class="s-award-bling s-award-bling__silver" title="95 silver badges">95</li> <li class="s-award-bling s-award-bling__bronze" title="148 bronze badges">148</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-18375996"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/18375996/cant-do-post-in-php" class="question-hyperlink">Cant do POST in PHP</a></h3> <div class="excerpt">I found function: function loginGeoserver($username, $password) { $geoserverURL = "http://localhost:8080/geoserver/j_acegi_security_check"; $post = http_build_query(array( "username" => $username, "password" =>…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/post" class="post-tag grid--cell" title="show questions tagged 'post'" rel="tag">post</a> <a href="../../questions/tagged/geoserver" class="post-tag grid--cell" title="show questions tagged 'geoserver'" rel="tag">geoserver</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 22 '13 at 09:06">asked Aug 22 '13 at 09:06</time> <a href="../../users/1382234/kliver-max" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1382234.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Kliver Max" /> </a> <div class="s-user-card--info"> <a href="../../users/1382234/kliver-max" class="s-user-card--link">Kliver Max</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">5,107</li> <li class="s-award-bling s-award-bling__gold" title="22 gold badges">22</li> <li class="s-award-bling s-award-bling__silver" title="95 silver badges">95</li> <li class="s-award-bling s-award-bling__bronze" title="148 bronze badges">148</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-18312154"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/18312154/issue-with-changing-the-default-style-of-a-layer-with-curl-in-php" class="question-hyperlink">Issue with changing the default style of a layer with curl in php</a></h3> <div class="excerpt">Am trying to change the default style of a raster layer from raster to my defined style. I have created an sld file and placed it in the styles folder of data directory of the geoserver. Nextly, i have created an XML file using the following command…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/rest" class="post-tag grid--cell" title="show questions tagged 'rest'" rel="tag">rest</a> <a href="../../questions/tagged/curl" class="post-tag grid--cell" title="show questions tagged 'curl'" rel="tag">curl</a> <a href="../../questions/tagged/geoserver" class="post-tag grid--cell" title="show questions tagged 'geoserver'" rel="tag">geoserver</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 19 '13 at 10:59">asked Aug 19 '13 at 10:59</time> <a href="../../users/2629881/vineendra" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2629881.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Vineendra" /> </a> <div class="s-user-card--info"> <a href="../../users/2629881/vineendra" class="s-user-card--link">Vineendra</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> <li class="s-award-bling s-award-bling__bronze" title="2 bronze badges">2</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/geoserver_page=98" rel="prev" title="Go to page 98">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/geoserver_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/geoserver_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/geoserver_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <div class="s-pagination--item is-selected">99</div> <a class="s-pagination--item" href="../../questions/tagged/geoserver_page=100" rel="" title="Go to page 100">100</a> <a class="s-pagination--item" href="../../questions/tagged/geoserver_page=100" rel="next" title="Go to page 100"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>