| bio | website | geo-solutions.it |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years |
| seen | 22 hours ago | |
| stats | profile views | 81 |
GeoServer and GeoTools core developer
|
Aug 21 |
answered | Tiles refreshing with geoserver |
|
Aug 20 |
answered | Requires Datatype for inserting features |
|
Aug 20 |
comment |
Is schema definition compulsory for WFS-T Often this happens because the geometry is encoded in the wrong version of GML, e.g., GML 2 but you are inserting in a WFS 1.1 transaction that requires GML 3. Another possibility is a geometry type mismatch, you are trying to insert a point in a table that only accepts polygons |
|
Aug 19 |
comment |
Is schema definition compulsory for WFS-T As far as I know it does not, provided you specify the right namespace for the feature you are inserting |
|
Aug 17 |
answered | Is schema definition compulsory for WFS-T |
|
Aug 13 |
comment |
How to solve Geoserver Labeling issue If you are using a tiled client there is no real way out of it, I'm afraid. If you don't want any duplicate label you'll have to use un-tiled requests. A workaround for polygons is to have the SLD extract the centroid using something like <sld:geometry><ogc:Function name="centroid"><ogc:PropertyName>name_of_your_geometry_column</ogc:PropertyName></ogc:Function><sld:geometry> (the syntax might be slightly off, I did not test it), but the moment you do some labels will disappear because they fall at the borders of tiles |
|
Aug 9 |
answered | How to solve Geoserver Labeling issue |
|
Aug 3 |
answered | How to determine layers affected by a user-drawn polygon |
|
Jul 31 |
comment |
How to zoom to object on WMS layer with OpenLayers? I'm not familiar with OL enough, but surely there are ways to parse GML? Regardless, if you load the response in a DOM you can just go for the element representing the bounding box of the collection |
|
Jul 31 |
answered | How to zoom to object on WMS layer with OpenLayers? |
|
Jul 31 |
comment |
How to zoom to object on WMS layer with OpenLayers? How did you selected the object in the first place? I guess you already did a WMS GetFeatureInfo or a WFS GetFeaure request to do the selection? Or is the selection just done "visually" with a CQL filter? |
|
Jul 30 |
comment |
Using GeoServer REST API and C# to create Layer Group You have to get its representation using GET, add the new layer into it, and then PUT it back. You cannot modify it. |
|
Jul 30 |
answered | Using GeoServer REST API and C# to create Layer Group |
|
Jul 29 |
comment |
interiorPoint or Intersects Filter Here you should post answers to the main questions, not pose other questions. If you have another question, even if similar, you should state it separately |
|
Jul 29 |
comment |
Geoserver - ImagePyramid plugin problem You should look into the logs and see if there is a Java stack trace in there around the time you configured the layer? I also agree showing the gdal_retile.py would help, along with a gdalinfo call on one of your files. |
|
Jul 29 |
awarded | Critic |
|
Jul 29 |
answered | Are there any Hosting companies, that offer Geoserver? |
|
Jul 29 |
answered | GeoTiff size - what to do? |
|
Jul 26 |
comment |
GetFeature Request with Polygon Intersecting Polygons That is not the right order according to WFS 1.1, which expects lat and then lon (so, 40 -74, not the opposite). Maybe when encoding then point the encoder is explicit and states the srs is EPSG:4326 instead of the WFS 1.1 default urn:x-ogc:....:4326 one? |
|
Jul 23 |
comment |
Why GeoServer is blocked during restarting when its GWC had seeded a large quantity of cahce file(PNG) That last log message is emitted by GWC starting up... you may want to ask the same question on the GWC mailing list. |