Re: [Geoserver-users] Placeing of labels with identical coordinates

2020-06-02 Thread sulu


Actually we tried those vendor options:


  20
  20
  NE, NW, SW,
SE
  5
  true
  false
  true
  0.1
  true
  true
  5

But, no avail.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Placement of labels with identical coordinates

2020-06-02 Thread sulu
Hi.

Unfortuntately we have features with identical coordinates within a dataset.
This causes an issue when trying to label them with SLD-Styling. The label
with the identical coordinates remain hidden whatever we throw at them to
make them at least partially visible.

Experimenting with VendorOptions like:

  
  -5
  false
  false
  
  

did not do the trick.

So. Can it be done? Or does one have to alter the geometries (not good
because the data source is external)?

Thanks and looking forward for some weird tricks. :-)

Sulu (Andy)





--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Placeing of labels with identical coordinates

2020-06-02 Thread sulu
Hi.

Unfortuntately we have features with identical coordinates within a dataset.
This causes an issue when trying to label them with SLD-Styling. The label
with the identical coordinates remain hidden whatever we throw at them to
make them at least partially visible.

Experimenting with VendorOptions like:

  
  -5
  false
  false
  
  

did not do the trick.

So. Can it be done? Or does one have to alter the geometries (not good
because the data source is external)?

Thanks and looking forward for some weird tricks. :-)

Sulu (Andy)




--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Getting Http 400 bad request in Geoserver-UI

2020-04-21 Thread sulu
Ok. Got it.

One hat to add a whitelist for CRSF-Protection in
[Path-to-Geoserver]geoserver/WEB-INF/web.xml

e.g.


  GEOSERVER_CSRF_WHITELIST
  someserver.xx.yy.zz





--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Getting Http 400 bad request in Geoserver-UI

2020-04-21 Thread sulu
vfonseca.

Intersting idea. But we have Geonetwork running on the same Tomcat and it
doesnt shows any Code 400. 
I think it has something to do with Geoserver-Config. 

After turning off GEOSERVER_CSRF_Protection everything works again.


   GEOSERVER_CSRF_DISABLED
   true



So. How to turn it on again, but without it blocking the Web-Server?

Andy






--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Getting Http 400 bad request in Geoserver-UI

2020-04-21 Thread sulu
Ok.

I added 


http://java.sun.com/dtd/web-app_2_3.dtd";>

GeoServer

GEOSERVER_CSRF_WHITELIST
10.176.0.178




to my web.xml

But it GS refuses to cooperate Bad request 400 .

10.176.0.178 - - [21/Apr/2020:11:04:32 +0200] "POST
/geoserver/web/wicket/bookmarkable/org.geoserver.web.data.workspace.WorkspaceEditPage?6-1.IFormSubmitListener-form&name=ausprobieren
HTTP/1.1" *400* 1186








 




--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Getting Http 400 bad request in Geoserver-UI

2020-04-21 Thread sulu
Hi Russ.

Interesting setup.
Load balacing might become an agenda hiere because of INSPIRE-Harmonization
demands.

But i think for my trouble this is most relevant.

  GEOSERVER_CSRF_WHITELIST
  IP OF MY APACHE/PHYSICAL SERVER
 

I'll put this with the IP of my Apache in web.xml an give ist a go.

Thanks to all off you!
I didnt expect such a response 


Andy



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Getting Http 400 bad request in Geoserver-UI

2020-04-21 Thread sulu
Hi Russ

Yes, Proxy base url is set.

Do you use something similar to
ProxyPass /geoserver http://:8900/geoserver
to redirect Geoserver-Requests from Apache to Tomcat?

Andy





--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Getting Http 400 bad request in Geoserver-UI

2020-04-21 Thread sulu
Hi Russ.

Thanks for your suggestion.

Do you mean:
General settings/OGC Services/Service Settings/Proxy URL ?

I have set that to: 
http://[hostname]/geoserver


Andy





--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Getting Http 400 bad request in Geoserver-UI

2020-04-20 Thread sulu
Hmmm.

I found something in localhost_access_log.
All Submit-calls have a problem if not called directly from Tomcat.
Is there a security-setting for submits i am not aware of?

Example:
My local IP: 1.1.1.1
Apache Ip: 2.2.2.2

Geoserver ist called from my local IP 1.1.1.1

Call via Apache leads to Code 400.
2.2.2.2 - - [21/Apr/2020:07:58:51 +0200] "POST
/geoserver/web/wicket/bookmarkable/org.geoserver.web.data.layer.LayerPage?9-1.IBehaviorListener.0-table-filterForm-submit
HTTP/1.1" 400 1186

Bypassing Apache leads to Code 200
1.1.1.1 - - [21/Apr/2020:07:59:33 +0200] "POST
/geoserver/web/wicket/bookmarkable/org.geoserver.web.data.layer.LayerPage?9-2.IBehaviorListener.0-table-filterForm-submit
HTTP/1.1" 200 1629







--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Getting Http 400 bad request in Geoserver-UI

2020-04-20 Thread sulu
Sometimes i have to wonder about myself.

Just too stupid!

GS is then published via ProxyPass in Apache.
ProxyPass /geonetwork http://localhost:8900/geoserver
ProxyPassReverse /geonetwork http://localhost:8900/geoserver



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Getting Http 400 bad request in Geoserver-UI

2020-04-20 Thread sulu
Hi.

Maybe this shown my ignorance but i cannot find a fox fo this.

Geoserver ist deployed via WAR-File in Tomcat.
Tomcat-Port is 8900.

GS is then published via ProxyPass in Apache.
ProxyPass /geonetwork http://localhost:8900/geonetwork
ProxyPassReverse /geonetwork http://localhost:8900/geonetwork

Interactive Windows like "Layers" dont work as expected or if i want to save
a change in a datastore for example directly lead to a HTTP 400 bad request
error. This does not happen if the Tomcat-Port is added to the URL.

I never had that problem before GS Verion 14 (iirc).

So. Is there something new to put in the Geoserver/Tomcat-Setup to prevent
this behavior?

Thanks
Andy










--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Cannot import SLD-Style via REST (Solved)

2020-03-23 Thread sulu
Thanks Brad!

Yes. You are right.
After reading your Post i went back to the Geoserver-documentation and there
it clearly said "Creating a new style in two steps" which i obviously didnt
get. I was so fixated on SLD that i did not realize that i have to prepare
the style first.
My bad!

But. 
The JAVA-exception, the missing catalog entry had caused, was quite
misleading. For me it looked more like a SLD-format-problem. 

Thanks again!
Andy



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Cannot import SLD-Style via REST

2020-03-23 Thread sulu
HI.

I constantly get a JAVA-Exception whenever i try to create a new global
style with rest.
Request:

curl -v -u USER:PW  -XPUT -H "Content-type: application/vnd.ogc.se+xml" -d 
@simple.sldhttp://GEOSERVER/geoserver/rest/styles/aaa

Exception:
...
org.geoserver.rest.RestException 400 BAD_REQUEST: Invalid
style:java.lang.RuntimeException: Parsing failed for Rule:
java.lang.ClassCastException: java.util.HashMap cannot be cast to
org.opengis.util.InternationalString
...

SLD-File:

http://www.opengis.net/sld";
xmlns:ogc="http://www.opengis.net/ogc"; xmlns:se="http://www.opengis.net/se";
xmlns:xlink="http://www.w3.org/1999/xlink";
xsi:schemaLocation="http://www.opengis.net/sld
http://schemas.opengis.net/sld/1.1.0/StyledLayerDescriptor.xsd";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="1.1.0">
  
zaehlstellen

  zaehlstellen
  

  Single symbol
  

  

  

  






--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Isolated Workspace; Layers are visible in global GetCapabilities-XML

2019-10-22 Thread sulu
Hi.

I isolated a certain workspace in oder to hide the layers therein. 
On requests those layers are correctly "not found" if questioned via global
URL. 
But they do show up in the global GetCapabilities.

Geoserver-Version
2.16.0
Git Version
1ace4fd0a0fb861fd343435c8cbddc60af793adb
Build-Datum
18-Sep-2019 10:40
GeoTools Version
22.0 (rev 02f93f3da1bea257215ac0d685597a571a4b950b)
GeoWebCache Version
1.16.0 (rev 1.16.x/01f14feecda71a224d7d9ee3fcf9c6ba1592bf64)

Thanks
Andy




--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] No basic authentication behind tranparent Squid-proxy

2019-01-23 Thread sulu
Hi.


The solution was to add the parameter
*login=PASS*
to the definition of the cache_peer in squid.conf
E. g.
cache_peer [Server-IP] parent [Server-Port] 0 no-query originserver
name=cnvbrwgdi4_geonetwork login=PASS


Thanks for your input.

Cheers Andy



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] No basic authentication behind tranparent Squid-proxy Solved

2019-01-23 Thread sulu
Hi.


The solution was to add the parameter
*login=PASS*
to the definition of the cache_peer in squid.conf
E. g.
cache_peer [Server-IP] parent [Server-Port] 0 no-query originserver
name=cnvbrwgdi4_geonetwork login=PASS


Thanks for your input.

Cheers Andy



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] No basic authentication behind tranparent Squid-proxy

2019-01-22 Thread sulu
Hi Christian.

Thanks for your swift reply.


Christian Mueller-3 wrote
> Are you sure that squid forwards the proper Http Header Attribute, ...

I guess it does'nt. :-(

How can i make the geoserver.log display the Http-Header it received?

Cheers
Andy




--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] No basic authentication behind tranparent Squid-proxy

2019-01-22 Thread sulu
Hi.

In our production system we use Geoserver behind a transparend SQUID-Proxy.
Geoserver works rather nicely but we cannot user basic authentication for
our WFS-Services.
In the squid.log the requests immediately receive a 401 Error
Example:
GET SOME_WFS_GETFEATURE_REQUEST HTTP/1.1" 401 1477 "Mozilla/5.0
QGIS/3.4.4-Madeira" TCP_MISS:FIRST_UP_PARENT 586 1477

So ist seems to me that no credantials get passed to Geoserver.

Does anyone has some experience with this problem and ist willing to share
some insight?

I cannot find any DEBUG-Info in the geoserver-log for somethin like "missing
credentials"

Thanks in advance
Andy



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Attribute shows up only with WFS-1.0.0

2018-01-10 Thread sulu
Hi Andrea.

This does indeed fix the problem.
Checking "Override GML Attributes" and element "name" appears with WFS
1.1.0.
Thanks for the reminder.

Andy





--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Attribute shows up only with WFS-1.0.0

2018-01-10 Thread sulu
The problem persists even with version 2.12.1.

Version=1.0.0:
http://vogis.cnv.at/geoserver/vogis/ows/?VERSION=1.0.0&SERVICE=WFS&REQUEST=DescribeFeatureType&TYPENAME=biotope
...




...

Version=1.1.0
http://vogis.cnv.at/geoserver/vogis/ows/?VERSION=1.1.0&SERVICE=WFS&REQUEST=DescribeFeatureType&TYPENAME=biotope
...



...

Note that element "name" is missing.
This is quite annoying.
Is there a chance that it my get fixed eventually ;-)

Andy









--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Edit layer: Publishing: Edit Layer is missing

2017-12-26 Thread sulu
Oh boy!

Maybe i should retire. 
Yes bradh, it is exactly there where you said right on top of the first tab.
How could i miss that.
I blame it on the language settings of my browser changeing everything to
german.







--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Edit layer: Publishing: Edit Layer is missing

2017-12-26 Thread sulu
Hi Andrea.

Ok.
If you check
http://docs.geoserver.org/latest/en/user/data/webadmin/layers.html
there ist a section that describes the Publishing tab.
The first paragraph there mentions "Edit Layer" with two checkboxes
"Enabled" and "Advertised"

This feature should be right above "HTTP Settings"

I would very much like a interface to control "Enabled" and "Advertised" but
i never saw it in our Geoserver instances.

Thanks
Andy



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Edit layer: Publishing: Edit Layer is missing

2017-12-20 Thread sulu
Hi.

Maybe I'm a little dumb but i cannot find "Edit Layer" in the publishing
tab.
I am using GS 12.1. 
Is there some Config-Option to turn this on?

Thanks
Andy




--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] MEASURED shapefile problem

2016-12-15 Thread sulu
Thanks again!

I'll look into that.
Maybe i can find som founds for that.
Surely we are no the only ones who would like to download measured shapes.

Cheers
Andy



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/MEASURED-shapefile-problem-tp4984863p5300017.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] MEASURED shapefile problem

2016-12-15 Thread sulu
Hi Andrea.

Thanks for your sound response.
As i understand now the problem lies in limits within GML.
So other download formats, e.g. shapefiles, are likely to be effected in the
same way.

Pity.

If i had an idea of the magnitude of the investmentmaybe i could do
something.
How can tell me?

Thanks again
Andy



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/MEASURED-shapefile-problem-tp4984863p5299975.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] MEASURED shapefile problem

2016-12-15 Thread sulu
Hi.

I want to hijack this thread since it covers exactly the same problem we
have with GS.
GS handles our OGD-Download feature.
Some of our data have the Format MultiLineString. 
The data in question are multilinestring but with measures attached. 
The reason is linear referencing.
Common use case for this type of data are e.g. roads with distance-markers.
The "measures" are an integral part of the data and must be removed by
downgrading the dato in pure 2d. 
Actually it makes me wonder why those data-types of data aren't supported
since linear referencing is widely used.

Thanks
Andy



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/MEASURED-shapefile-problem-tp4984863p5299938.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Cannot downlad MULTILINESTRING M via Geoserver

2016-12-06 Thread sulu
Hi.

We use Geoserver as Download-Provider (GeoJSON, Shapefile, ...) for our
public geodata.
Data source is a PostGIS-Database.
Everything works fine with the exception of MULTILINESTRING M data.
As far as i found out, those types of geodata cannot be downloaded at all.
Is this correct or is there a workaround available.

Thanks
Andy



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Cannot-downlad-MULTILINESTRING-M-via-Geoserver-tp5298761.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Protect only a few WFS layers of a workspace by user and password in the form http://user:password@myserver/...

2015-12-31 Thread sulu
Hi Christian.

You are, of course, right. User/PW via URL is not prudent.

If GS prompts for a password i am happy as a fish in clean water.

I'll try to follow your example, but i have trouble with tha ANT-stuff.

But, as you mapped out what to do, it might actually work.

Thanks!

PS: I will report my progress here so other folks might benefit from that
thread.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Protect-only-a-few-WFS-layers-of-a-workspace-by-user-and-password-in-the-form-http-user-password-mys-tp5243077p5243401.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Protect only a few WFS layers of a workspace by user and password in the form http://user:password@myserver/...

2015-12-30 Thread sulu
Hi Christian.

Thanks for your reply.

I wanted to use just one Workspace in order to hav one single URL to call my
services but i can live with several Worspaces.

My main issue right now is: How can i bring geoserver to ask for a password
for a specific layer (or workspace) so that i can provice the credentials
via url
(http://user:password@myserver/geoserver/myworkspace/wfs?SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&LAYERS=.)
or on has to provide user/password if to use that service in e.g. QGIS?

Cheers
Andy





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Protect-only-a-few-WFS-layers-of-a-workspace-by-user-and-password-in-the-form-http-user-password-mys-tp5243077p5243256.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Protect only a few WFS layers of a workspace by user and password in the form http://user:password@myserver/...

2015-12-28 Thread sulu
Hi.

To be more precise i have some layers in a workspace where wms is ok, but
wfs is not.
For some priviledged folks access to wfs should be available by adding a
password and a user to the GetFeature-URL

e.g.:
http://user:password@myserver/geoserver/myworkspace/wfs?SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&LAYERS=that_particular_layer&;

After a long Web-Research i could not find anything that walks me through
that problem.

Restriction by Users/Roles work fine if one logs into geoserver itself but i
need that the possibility to provide user and password in the URL! 

So. 

1.) How can i bring Geoserver to ask for a user/pw in the first place?
2.) But it should aks only if there is some restriction placed on that
layer.

Thanks
Andy





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Protect-only-a-few-WFS-layers-of-a-workspace-by-user-and-password-in-the-form-http-user-password-mys-tp5243077.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Tutorial/Detailed example to secure a workspace with user/passwd

2015-01-28 Thread sulu
Thanks Christian.

I browsed through the document and i should be able to figure it out 
eventually.

Cheers
Andy



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Tutorial-Detailed-example-to-secure-a-workspace-with-user-passwd-tp5180551p5184165.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Tutorial/Detailed example to secure a workspace with user/passwd

2015-01-19 Thread sulu
Hi Christian.

Maybe i wasn't clear in my post.

Goal: /I want to create a read only user for certain workspaces./


I am aware of the GUI-Interface for configuring users/roles. My problem is
what to put in the Web-GUI.

e.g. Roles: How to create role is to choose for this read only user?

Then there is a feature where i can input key/value-pairs in free-form.

Do i need them or what is the use for this feature?

The freedom the interface provides might be nice, but it isn't if you dont
know how to use it.

Thats why i asked for a walkthrough or some use cases in order to use it
properly. Strangely the internet is quite dry in that respect.

Cheers
Andy





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Tutorial-Detailed-example-to-secure-a-workspace-with-user-passwd-tp5180551p5182478.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Tutorial/Detailed example to secure a workspace with user/passwd

2015-01-19 Thread sulu
Thanks for answering. 

Ok.

Christian Mueller-3 wrote
> You will need a role to protect your workspace. Second, you have to assign
> this role to your user.

Thats what i figured allready. My problem is how to configure a meaningful
role. 
I have only two templates in Geoserver-GUI for roles which are: ADMIN and
GROUP_ADMIN.
That doesnt sound right.
I would like a role like Read_ONLY_USER ore something similar.

Andy




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Tutorial-Detailed-example-to-secure-a-workspace-with-user-passwd-tp5180551p5182334.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Attribute shows up only with WFS-1.0.0

2015-01-14 Thread sulu
Hi Jody.

This is a plain Geoserver install. 
I just threw the 2.6.0-war-File at Tomcat, configured a PostGIS-Data-Source
and plublished some tables. 
The string attribute in question showed up once i renamed it from "name" to
"nname" so my guess is that GS has some problem tih attributes called
"name".

Btw. the services a publicly accessible so if somebody wants to check by
themselves, please do.

Andy

PS: I can reproduce the same issue with GS-2.6.1 on my test server



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Attribute-shows-up-only-with-WFS-1-0-0-tp5181495p5181600.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Attribute shows up only with WFS-1.0.0

2015-01-14 Thread sulu
I have a problem with a field of type string named "name" in
DescribeFeatureType.

It only pops up when WFS-1.0.0 is used

URL:
http://vogis.cnv.at/geoserver/vogis/ows/?VERSION=1.0.0&SERVICE=WFS&REQUEST=DescribeFeatureType&TYPENAME=gs_seen

  

Reply:
...

...

With any other WFS-Version that particular field is not returned.

Could this be a problem with the name of the field which actually is "name"
.

Thanks
Andy




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Attribute-shows-up-only-with-WFS-1-0-0-tp5181495.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Tutorial/Detailed example to secure a workspace with user/passwd

2015-01-08 Thread sulu
Hi.

Is there a tutorial or walkthrough available which shows how to secure a
workspace with user and password?

I checked the Geoserver-Doc but thats to general for me.

I dont want any fancy roles or something similar.

It would be sufficient if geoserver just asks for user/pw for that
particular workspace.

Thanks
Andy







--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Tutorial-Detailed-example-to-secure-a-workspace-with-user-passwd-tp5180551.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users