[Geoserver-users] Borders around geotiff image mosaic

2013-06-03 Thread Mark
of the geotiffs, I've checked, and I have no idea why it is blue. I can try to make the border insubstantial by changing the suggested_tile_size to something insanely small, but that isn't an acceptable solution (it is already 32,32 in the attached image) Any suggestions? Thanks, Mark attachment

Re: [Geoserver-users] Borders around geotiff image mosaic

2013-06-04 Thread Mark
and OutputTransparentColor to #00. Now everything works wonderfully. I suppose I should have studied that gdalinfo dump a little closer! Thanks for the help. Mark Driver: GTiff/GeoTIFF Files: ***.tif Size is 2168, 2208 Coordinate System is: GEOGCS[WGS 84, DATUM[WGS_1984, SPHEROID[WGS

Re: [Geoserver-users] Known vulnerability in commons-fileupload v1.2.1, used by geoserver

2018-06-07 Thread mark
in gt-coverage. I have a similar setup in https://github.com/flamingo-geocms/flamingo hth, Mark -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link

Re: [Geoserver-users] Geopackage Extension Geoserver 2.8.3

2018-04-09 Thread mark
On 04/09/18 18:52, cartotech wrote: Im trying to locate the geopackage extension for geoserver 2.8.3, but cant seem to find it anywhere. I don't have the option of upgrading to a newer version of geoserver at this time. It's a community module (in 2.8.3 but afaik also in later releases) so

Re: [Geoserver-users] Modify X-Frames-Options policy

2018-10-05 Thread mark
On 10/04/18 11:42, edmond.c...@csiro.au wrote: it to work via web.xml by overriding the existing policy with httpHeaderSecurity. It works for changing it from "SAMEORIGIN" to “DENY" but what I need is "ALLOW-ALL *”, which it does not work. Once I set it to "ALLOW-ALL *", it no longer starts

Re: [Geoserver-users] X-Frame-Options

2018-11-15 Thread mark
On 11/14/18 2:39 PM, Arnaud L. wrote: Hi list ! As per the documentation here : https://docs.geoserver.org/latest/en/user/production/config.html#x-frame-options-policy I have tried to disable the X-Frame-Options in web.xml (using Apache Tomcat 9.0), but no success. Is this the correct syntax

Re: [Geoserver-users] X-Frame-Options

2018-11-15 Thread mark
On 11/15/18 8:13 PM, mark wrote: On 11/14/18 2:39 PM, Arnaud L. wrote: Hi list ! As per the documentation here : https://docs.geoserver.org/latest/en/user/production/config.html#x-frame-options-policy I have tried to disable the X-Frame-Options in web.xml (using Apache Tomcat 9.0

Re: [Geoserver-users] Encrypted passowrd in create user REST API

2018-11-15 Thread mark
On 11/14/18 3:37 PM, Nanaso via Geoserver-users wrote: Hi, In Create User REST API, how can I pass the password not in plain-text? Currently I'm using the following POST request to URL: http://localhost:8080/geoserver/rest/security/usergroup/users/

Re: [Geoserver-users] Oracle Version

2018-10-09 Thread mark
chance of fixing. Mark ___ 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

Re: [Geoserver-users] WFS boundedBy

2019-03-13 Thread mark
into using a view in your database that calculates the bounding box and optionally add that as an extra column. I'm pretty sure that will give the best performance. hth, Mark Are there any performance implications for having the checkbox ticked? Alternately, is there a flag we can pass in a WFS

Re: [Geoserver-users] Separate WMS settings ?

2019-08-28 Thread mark
On 8/28/19 11:11 AM, Lars I. Nielsen, LIFA A/S wrote: Hi list. We have some customer data which are exposed as WMS with a limited SRS list (5 projections: 25832, 25833, 4326, 4258, 3857). This works fine for most clients, but we have a problem with ArcMap which default selects one of the

Re: [Geoserver-users] Reduced accuracy values in TIME parameter in WMS GetMap

2019-09-04 Thread mark
On 9/1/19 8:28 PM, stefano pezzi wrote: Hi list, I found what it may be a bug in the code that GeoServer uses to transform a reduced accuracy time query into a time range query when executing a WMS request with TIME dimension. If so, it would be surely a minor issue since it deals with

Re: [Geoserver-users] CQL Filter Alias

2019-09-11 Thread mark
On 9/10/19 1:16 AM, 1520 gis wrote: Dear developers, I am running a query through a WFS request using CQL, and I wonder If can have an alias to  the attribute ts_coleta (BeginDate) and ts_coleta(EndDate) *FROM* cql_filter=ts_coleta>'2019-07-01T03:00:00Z' AND

Re: [Geoserver-users] Geoserver 2.16-RC

2019-09-11 Thread mark
On 9/10/19 6:17 AM, Humphries, Graham wrote: Yes I did. I use JNDI data source defined in the Tomcat context.xml and I have the ojdbc8.jar for Oracle 12c as the driver. Here is an extract from the Catalina.log when I installed Geosever: 04-Sep-2019 09:09:44.799 SEVERE

Re: [Geoserver-users] WPS gs:IntersectionFeatureCollection

2019-10-30 Thread mark
On 2019-10-28 12:59, pyonono wrote: "Failed to retrieve value for input first feature collection Content is not allowed in prolog" generally this error is thrown when there is a byte order mark (BOM) in the xml document being parsed, sometimes other non-printing/whitespace

Re: [Geoserver-users] Error with datasource WFS-NG

2020-02-26 Thread mark
/geotools/geotools/blob/5df58c1ab9b9585655b2fc132e8f2b15c8bf5dae/modules/unsupported/wfs-ng/src/main/java/org/geotools/data/wfs/internal/WFSClient.java#L138-L161 Mark ___ Geoserver-users mailing list Please make sure you read the following two resources

Re: [Geoserver-users] WFS data store - layer publication - layer preview - Error

2020-03-06 Thread mark
On 2020-03-04 13:52, Philipp Opitz via Geoserver-users wrote: Caused by: java.net.SocketTimeoutException: Read timed out A 'Read timed out' error is caused when there was a communication or data transfer issue between the client and the server. (this may be due to the remote WFS grinding to

[Geoserver-users] Oracle database driver support improvements waiting for feedback

2020-04-15 Thread mark
so that they are validated and can be merged and make using Oracle databases easier in future releases of GeoTools and GeoServer. For GeoTools:https://github.com/geotools/geotools/pull/2832 for GeoServer: https://github.com/geoserver/geoserver/pull/4119 Thanks, Mark

Re: [Geoserver-users] Can't find a response parser factory for DESCRIBE_FEATURETYPE/'application/octet-stream'

2020-05-11 Thread mark
I think geoserver is complaining about the response mime type, 'application/octet-stream' is not understood (also looking at the capabilities it is not listed as a response type for any of the operations (so it is invalid) hth, Mark ( I may be wrong) On 2020-05-11 14:01, Ron Lindhoudt via

Re: [Geoserver-users] GeoServer printing module fails

2020-05-30 Thread mark
On 2020-05-29 19:23, Tamas Szekeres wrote: The exception is as follows: Handler dispatch failed; nested exception is java.lang.NoSuchMethodError: 'void org.json.JSONWriter.(java.io.Writer)' this looks like you have ended up with an incompatible version of the org.json libraries; most

Re: [Geoserver-users] GeoServer printing module fails

2020-05-30 Thread mark
On 2020-05-29 22:06, Tamas Szekeres wrote: Hi Andrea, I'm not too familiar where to obtain the correct OpenJDK binary set for Windows. go to https://adoptopenjdk.net/ ___ Geoserver-users mailing list Please make sure you read the following

Re: [Geoserver-users] javax.net.ssl.SSLException: Unsupported record version Unknown-0.0 accessing wms

2020-07-12 Thread mark
On 2020-07-11 01:36, Brad Hards wrote: Hi, when trying to connect to a wms service, geoserver 2.10.0 is raising javax.net.ssl.SSLException: Unsupported record version Unknown-0.0 accessing wms. How can it be solved? this is a typical message that occurs when connecting trough HTTPS and your

Re: [Geoserver-users] geoserver-manager useful for 2.17

2020-06-06 Thread mark
On 2020-06-05 22:32, Ashley Mort via Geoserver-users wrote: Is geoserver-manager still appropriate to use with newer versions of GeoServer like 2.17? https://github.com/geosolutions-it/geoserver-manager I don't think there have been many breaking changes in the rest interface of geoserver

Re: [Geoserver-users] Instance box on SQL Server plugin

2020-11-25 Thread mark
, Mark ___ 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

Re: [Geoserver-users] Instance box on SQL Server plugin

2020-11-25 Thread mark
On 11/25/20 8:14 PM, mark wrote: On 11/25/20 11:07 AM, Paul Wittle wrote: Hi, Does anyone know what the Table hints and instance options are for at the bottom of the a SQL Server store creation page? I'm not 100% sure and never used either, but - SQL server can run several instances

Re: [Geoserver-users] change Geoserver logo and background color of Login button

2020-12-08 Thread mark
On 12/7/20 4:28 PM, pham lan wrote: Hello, I am new to geoserver and not a developer. Could someone guide me how to replace Geoserver logo with my company's logo and how to change the background color of the Login button? grafik.png Changing the logo and other styling is not possible

Re: [Geoserver-users] Kubernetes & geoserver

2020-12-08 Thread mark
On 12/8/20 7:06 PM, Robert Smallwood via Geoserver-users wrote: Hi, If I create a geoserver install and set up the layers and a datastore in a workspace I know I can copy the workspace directory and its contents underneath as a way of replicating the configuration into a docker image.. When

Re: [Geoserver-users] Help with NullPointerException

2020-11-28 Thread mark
On 11/25/20 9:03 PM, Kris Johnson via Geoserver-users wrote: Here is what is reported by the "Caused by:" Caused by: java.lang.NullPointerException at org.geoserver.wms.map.GetMapKvpRequestReader.getDefaultStyle(GetMapKvpRequestReader.java:807) at

Re: [Geoserver-users] Error to Create workspace

2020-12-02 Thread mark
On 12/2/20 5:22 PM, Endi Soares wrote: Hi, My geoserver is giving this error. What could be wrong? image.png I'm sorry but that text is too small to read and clipped before the end of the stack trace is reached so helping you out is kinda hard... -M

Re: [Geoserver-users] Instance box on SQL Server plugin

2020-12-02 Thread mark
anyone know if PostGIS makes the same approximation? I expect that if I want to reenable the table index I probably need to fund the review or possible change to use STIntersects(). Much appreciated, Russell. *From:*Andrea Aime *Sent:* Tuesday, 1 December 2020 6:46 PM *To:* mark *Cc:* GeoSe

Re: [Geoserver-users] Configuring Geoserver to support Oracle Datagaurd

2020-12-02 Thread mark
Hi Pradeep, Please ask your Oracle support rep on how to setup JDBC with Dataguard systems (it's not something new, being around since 11g), it's is after all what you pay for! Also please and share your findings/config with all of us. Oracle isn't really in a sharing mood, see eg:

Re: [Geoserver-users] Fwd: REST API - get specific user

2020-11-12 Thread mark
On 11/12/20 1:54 PM, Quinton Smith wrote: Hi everyone, W.r.t. below issue - if I could alternatively just be pointed to some test cases / REST API group I would be grateful. Thanks! Quinton -- Forwarded message - From: *Quinton Smith* mailto:smit...@gmail.com>> Date: Wed,

Re: [Geoserver-users] WFS not showing any features?

2020-11-07 Thread mark
d be ".stadt-berlin.de", I have no idea if this messes with GeoServer though... A quick google search finds met this: https://stackoverflow.com/questions/52330611/anyone-know-what-a-ts-cookie-is-and-what-kind-of-data-its-for Going with that my guess is there is a misconfigured load

Re: [Geoserver-users] REST-API creation of FeatureType based on remote WFS

2020-11-04 Thread mark
On 11/3/20 5:18 PM, Christian Mayer wrote: Hi all, I am doing the following via the GeoServer REST-API: I create a datastore based on a remote WFS [1]. This works fine. Then I try to publish a FeatureType of the remote WFS in my GeoServer by POSTing against

Re: [Geoserver-users] how to trigger loading data in the back-end for a map, using shell/curl

2021-05-06 Thread mark
Op 05-05-2021 om 17:54 schreef Joris Billen: But when I curl from a shell to get the map: curl "http://server:port/geoserver/cite/wms?service=WMS=1.1.0=GetMap=map1,map2_FILTER=query1,query2=polygon,heatmap=768=384=EPSG%3A4326=application/openlayers

Re: [Geoserver-users] Entity Expansion limit on WFS XML Readers: new in 2.19 or already in previous versions?

2021-04-06 Thread mark
Op 05-04-2021 om 18:03 schreef Gert-Jan van der Weijden (GISNederland): Hello community, There is some confusion whether the "Entity Expansion limit on WFS XML Readers" is really a new feature in Geoserver 2.19, or already available in older versions. The 2.19.0 and 219.9RC both mention it

Re: [Geoserver-users] Problem with SLDs exported from QGIS - implement symbol libaries

2021-04-10 Thread mark
a "BrushMarkfactory" that provides for "brush://" and will return the shape "dense6" when requested. The known Mark factories are listed in https://github.com/geotools/geotools/blob/main/modules/library/render/src/main/resources/META-INF/services/org.geotools.renderer.styl

Re: [Geoserver-users] KeyCloak plugin failing with 500 error

2021-04-17 Thread mark
Op 16-04-2021 om 22:49 schreef Spry, Peter TRAN:EX: HTTP ERROR 500 javax.servlet.ServletException: org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: org/keycloak/representations/adapters/config/AdapterConfig

Re: [Geoserver-users] Plugin Key Authentication Not Available

2021-09-01 Thread mark
Op 31-08-2021 om 11:40 schreef Brad Hards: On Tuesday, 31 August 2021 7:00:33 PM AEST Simone Giannecchini wrote: I think you need to revert to building it yourself. It was a community module in 2.15.x. It got promoted some time in 2.16 AFAICT. Julierme, you would be better off using a

Re: [Geoserver-users] Geoserver Binary or Src in air gapped Env

2021-09-07 Thread mark
Op 07-09-2021 om 16:30 schreef Broking, Brian R: I am trying to get Geoserver running on a Stand Alone/Air gapped machine (no internet access) and hoping I can be provided some pointers. I have a Virtual Machine with Internet access and have confirmed on RHEL 8 GeoServer Binary will run just

Re: [Geoserver-users] missing scripts folder

2021-11-28 Thread mark
Op 28-11-2021 om 17:05 schreef Alex Rogado: In Geoserver 2.15, I can make my own custom wps script in “%gs_data_dir%/data/scripts/wps/mc_superficie.py”. Ex: And I can use it with the wps queries generator: Is it still possible in newer versions? yes, just not using python as that was

Re: [Geoserver-users] missing scripts folder

2021-11-28 Thread mark
Op 28-11-2021 om 12:40 schreef Richard Duivenvoorde: On 11/28/21 12:05 PM, Alex Rogado wrote: I have recently done a fresh Geoserver 2.20.1 installation and all works fine, but when I tried to implement some custom wps Python scripts, I realized that scripts folder is missing. I tried to

Re: [Geoserver-users] GeoFence Error

2021-12-05 Thread mark
Op 05-12-2021 om 14:30 schreef Navid Taheri: Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Database may be already in use: Locked by another process. Possible solutions: close all other connection(s); use the server mode [90020-119]) this

Re: [Geoserver-users] Ordering of SQL Server extension connection parameters

2021-12-15 Thread mark
Op 15-12-2021 om 01:39 schreef Russell Grew: All, I am not sure if this is best for the Dev or User list. I recently discovered that in the web UI the “instance” field is at the bottom of the SQL Server data source page and not near the “host”, “port” or “database” fields. Prior to this

Re: [Geoserver-users] Big raster table issue

2022-03-07 Thread mark
Op 02-03-2022 om 01:08 schreef Andreas Klos: client. About this, I already read to increase the stack size of the jvm. it's unclear what you did exactly and what you are working with as you have not provided any useful information about your runtime environment or versions that you used

Re: [Geoserver-users] GeoServer community support improvements

2022-04-02 Thread mark
Op 30-03-2022 om 22:01 schreef Yuan, Erhhung: I know running a forum requires server resources, but should be minimal alongside the main site itself? Actually, it requires people to monitor, maintain and manage a forum and then you have to entice developers and other knowledgeable people to

Re: [Geoserver-users] Error "...could not execute query" becasue of switch from GeoFence H2 datasource to PostGIS datasource

2022-04-08 Thread mark
Op 07-04-2022 om 11:27 schreef Navid taheri: I created geofence user in postgresql already, and I created gfschema in gefence database also, I privileged geofence user to will be granted to INSERT, UPDATE, SELECT, DELETE also. Caused by: org.postgresql.util.PSQLException: ERROR: permission

Re: [Geoserver-users] DKIM Signature Problem with the Mailing List

2022-04-13 Thread mark
Op 13-04-2022 om 11:13 schreef niculae.ionita--- via Geoserver-users: Hello all, I am new to this mailing list, I just subscribed last week to it. Unfortunately our mail system does not let most oft he emails pass through, complaining about wrong DKIM signatures. I wanted to ask if anybody

Re: [Geoserver-users] Keep identifier field visible with a SQL View Layer

2023-09-15 Thread mark
Op 15-09-2023 om 10:41 schreef Alexandre Gacon: Hello, Is there a way with a SQL View layer to keep the field marked as 'identifier' in the attributes of the layer, in order to get it when requesting the layer with WFS? For the moment we duplicate the field in the view. Do you have the

Re: [Geoserver-users] Configuring HTTPS for GeoServer

2023-11-04 Thread mark
Op 03-11-2023 om 20:13 schreef Michael Hemstreet via Geoserver-users: Or, is there a better article\method\guide for configuring HTTPS on GeoServer? I would look into using a reverse proxy setup using eg. nginx, apache or similar to handle the TLS and set the proxy url in geoserver instead.

Re: [Geoserver-users] Installing Geoserver 2.23.2 into Tomcat 10.1.13

2023-09-21 Thread mark
Op 21-09-2023 om 09:20 schreef Rahkonen Jukka: Hi Graham, You wrote that you have now Geoserver successfully deployed on Tomcat 10. Could you tell shortly for Jody and other users what did you actually do? The Apache Tomcat community provides tooling to convert webapps from Java EE 8 to

Re: [Geoserver-users] HTTPS to GeoServer Docker

2023-09-20 Thread mark
not and it would be a total pain to set up and maintain/manage; Various solutions using reverse proxy have passed; I would like to add Traefik (https://traefik.io/) to that which will do automatic certificate management eg. using Let's Encrypt cerificates. Mark

Re: [Geoserver-users] Mark garbled code

2022-07-06 Thread mark
Op 04-07-2022 om 12:46 schreef 1181893909--- via Geoserver-users: Hello, when GeoServer cuts the vector graph, the label name is garbled, It is normal to read the original file, but not after the cut image As follows: Not Sure I understand your problem correctly, but I notice you have not

Re: [Geoserver-users] maven.geo-solutions.it mirror

2022-04-18 Thread mark
ot sure what maven.geosoutions.it provides that isn't provided by osgeo and you've failed to provide any details on what you're trying to accomplish. Mark ___ Geoserver-users mailing list Please make sure you read the following two resources before posting t

Re: [Geoserver-users] Docker M1

2022-10-16 Thread mark
Op 15-10-2022 om 21:51 schreef Jody Garnett: Oh interesting; can you check what the download link is today? I hope tomcat offers a stable download URL… the archives provide stable links: https://archive.apache.org/dist/tomcat/tomcat-9/ AFAIK the CDN download only has the latest release

Re: [Geoserver-users] Temporal WFS, Openlayers

2022-11-05 Thread mark
Op 31-10-2022 om 22:04 schreef Dave Potts: I see from the manual https://docs.geoserver.org/maintain/en/user/services/wfs/vendor.html that geoserver supports the user of CQL/ECOL filters I am trying to deal with geoserver

Re: [Geoserver-users] Documentation for integration of ORACLE Georaster data in geosever

2022-11-05 Thread mark
Op 02-11-2022 om 10:59 schreef Tinkl Wolfgang: Hi, We are trying to integrate ORACLE georaster data into our Geoserver instance using the Georaster Plugin (https://docs.geoserver.org/2.19.x/en/user/community/imagemosaic-jdbc/oraclegeoraster.html

Re: [Geoserver-users] h2gis and Geoserver 2.22-2.23

2023-03-01 Thread mark
https://github.com/orbisgis/h2gis-geoserver but it seems to be sleeping/stalled/dead Mark ___ 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, b

Re: [Geoserver-users] h2gis and Geoserver 2.22-2.23

2023-06-27 Thread mark
geopackage instead Mark ___ 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

Re: [Geoserver-users] Question about Parameterize catalog settings

2024-02-07 Thread mark
Op 07-02-2024 om 11:21 schreef Oscar Diago Alonso via Geoserver-users: Good morning. I’ve installed GeoServer 2.24.1 using the WAR file. I also want to make use of the Parameterize catalog settings that is explained here:

Re: [Geoserver-users] Run with jetty and extensions

2024-01-25 Thread mark
Op 25-01-2024 om 11:35 schreef Amirhossein Nikfal: According to the documentation , by the command "/mvn jetty:run/", the web module can be run. However, the compiled extensions are not

Re: [Geoserver-users] Urgent Assistance Needed: GeoServer Deployment and S3 Integration in EKS Environment.

2023-11-20 Thread mark
Op 20-11-2023 om 13:29 schreef vishnu sharma: If possible, could we schedule a meeting or discussion to walk through the challenges we're facing and explore effective solutions? Your timely support in this matter is highly appreciated, and we are confident that with your assistance, we can

Re: [Geoserver-users] Wrong time values for Oracle DATE columns

2024-04-21 Thread mark
Op 18-04-2024 om 11:39 schreef Calliess Daniel Ing.: Hi, I just discovered that GeoServer is rounding Oracle DATE attribute values down to zero or twelve hours when I'm publishing data from a 'Oracle NG (OCI)' data store. Examples: 1.1.2024 17:34:12 becomes 1.1.2024 12:00:00 or 1.1.2024

[Geoserver-users] Geotiff Transparency fail

2011-06-16 Thread Mark Hammond
Dear Geoserver-users, As someone new to Geoserver, I don’t know if what I ask is a bug, a pebkac, or simply not possible: I’ve published two GeoTIFFs to my Geoserver install (both on ESPG:27700) and added them as non-base layers on a Google Map base in OpenLayers. Where Geoserver is

[Geoserver-users] Non-transparent transparent Geotiff raster layer

2011-06-16 Thread Mark Hammond
Dear Geoserver-users, As someone new to Geoserver, I don’t know if what I ask is a bug, a pebkac, or simply not possible: I’ve published two GeoTIFFs to my Geoserver install (both on ESPG:27700) and added them as non-base layers on a Google Map base in OpenLayers. Where Geoserver is

[Geoserver-users] GeoServer 2.1.1 Released

2011-06-23 Thread Mark Leslie
The GeoServer team is happy to announce the release of GeoServer 2.1.1. This release is primarily a bug fixing release, with patches and enhancements submitted from many users. The GeoServer development team would like to thank the contributors for their development efforts, the users for

Re: [Geoserver-users] GeoServer 2.1.1 Released

2011-06-23 Thread Mark Leslie
There’s always something to forget in a press release :) The download page is: http://geoserver.org/display/GEOS/GeoServer+2.1.1 From: Jody Garnett [mailto:jody.garn...@gmail.com] Sent: Thursday, 23 June 2011 10:52 PM To: Mark Leslie Cc: geoserver-users@lists.sourceforge.net Subject: Re

[Geoserver-users] WMS layer offset ~200m SW of true location

2011-07-14 Thread Mark Hammond
} ); map.addLayers([gmap, gridLayer10, drawingLayer]); I can send screenshots to individuals if required. Mark Hammond -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup

[Geoserver-users] Accessing WMS featureInfo externally

2011-07-15 Thread Mark Hammond
with Netbeans and a local Glassfish install when GeoServer is installed elsewhere in the organisation. Mark Hammond -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean

[Geoserver-users] new user questions - out of the box apps , Geowebcache

2011-07-19 Thread Mark Volz
would only need to tweek the projection settings for GeoWebCache. Thanks Mark Volz -- Magic Quadrant for Content-Aware Data Loss Prevention Research study explores the data loss prevention market. Includes in-depth

[Geoserver-users] Issues with large image pyramid collection

2011-08-24 Thread Mark Peterson
analysis. Any insights any of you may have would be welcome. Thank you for your time, - Mark -- EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified management Up

[Geoserver-users] Using Geoserver in openlayers JQuery Mobile Example

2011-10-03 Thread Mark Volz
Hello, The Openlayers JQuery Mobile uses geonames.org  to produce geoJSON results that a user can then select and zoom to a  feature.  I noticed that GeoServer can produce output in geoJSON. Question 1)  Does anyone know if the geoserver will work with the Openlayers Jquery Mobile example?

Re: [Geoserver-users] Using Geoserver in openlayers JQuery Mobile Example

2011-10-25 Thread Mark Volz
to data.features.  I don't have enough experience in JSON to know why  $.getJSON(searchUrl, function(data) is failing for geoServer outputs.  If anyone knows let me know. Thanks From: David Winslow dwins...@opengeo.org To: Mark Volz volzm...@yahoo.com Cc: geoserver-users

Re: [Geoserver-users] Using Geoserver in openlayers JQuery Mobile Example

2011-11-09 Thread Mark Volz
...@opengeo.org To: Mark Volz volzm...@yahoo.com Cc: geoserver-users@lists.sourceforge.net geoserver-users@lists.sourceforge.net Sent: Monday, October 10, 2011 8:34 AM Subject: Re: [Geoserver-users] Using Geoserver in openlayers JQuery Mobile Example You may need to tweak the OpenLayers example

[Geoserver-users] Problems with shapefiles

2011-11-24 Thread Mark Hall
Internal error occurred ShapeType changed illegally from PolygonM to Polygon. Is this an issue that geoserver doesn't support 'PolygonM' or is there some style that needs adding, or...? Any suggestions? Kind regards Mark Hall P.S. I am basically trying to serve up a whole set of shape files

[Geoserver-users] Oracle DB: Where to start

2011-11-25 Thread Mark Hammond
explained, it'll make more sense, so a. Is what I'm asking possible? b. How's it done? c. Any concrete examples available I can look at? Mark Hammond -- All the data continuously generated in your IT infrastructure contains

[Geoserver-users] Getting started with Oracle

2011-11-25 Thread Mark Hammond
I've set up the Oracle Connector plugin and correctly configured it. I have published two tables that have spatial fields in them. When previewing the first layer, I just get a blank map When previewing the second layer, I get a blank map with an error: code=internalError Rendering process

Re: [Geoserver-users] Problems with shapefiles

2011-11-25 Thread Mark Hall
out. Thanks again, Med vennlig hilsen / Kind regards Mark Hall From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: 24 November 2011 14:45 To: Mark Hall Cc: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] Problems with shapefiles

[Geoserver-users] WMS address

2011-11-25 Thread Mark Hall
:// myPcServername:portNo /MarksTest, is that how it is supposed to be used? Should that then be part of the WMS address? Does the fact that OpenLayers can preview my file mean that the WMS is up and running correctly? Med vennlig hilsen / Kind regards Mark Hall

Re: [Geoserver-users] WMS address

2011-11-25 Thread Mark Hall
. Where do I start? Any (simple) examples I can read / follow? Med vennlig hilsen / Kind regards Mark Hall From: Rahkonen Jukka [mailto:jukka.rahko...@mmmtike.fi] Sent: 25 November 2011 13:19 To: Mark Hall; 'geoserver-users@lists.sourceforge.net' Subject: Re: WMS address Hi, The address

Re: [Geoserver-users] Getting started with Oracle

2011-11-29 Thread Mark Hammond
the SQL Developer Map view. M -Original Message- From: Ian Turton [mailto:ijtur...@gmail.com] Sent: 25 November 2011 10:28 To: Mark Hammond Cc: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] Getting started with Oracle On 25 November 2011 10:06, Mark Hammond

Re: [Geoserver-users] Getting started with Oracle

2011-11-30 Thread Mark Hammond
? https://forums.oracle.com/forums/thread.jspa?threadID=2302685 https://forums.oracle.com/forums/thread.jspa?threadID=2302685tstart=0 tstart=0 Mark From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: 29 November 2011 13:30 To: Mark Hammond Cc: Ian Turton

Re: [Geoserver-users] Getting started with Oracle

2011-12-01 Thread Mark Hammond
? -Original Message- From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: 30 November 2011 13:19 To: Mark Hammond Cc: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] Getting started with Oracle On Wed, Nov 30, 2011 at 12:15 PM, Mark Hammond

[Geoserver-users] Integrated GWC, and GeoServer - TILED=true vs tiled=yes

2012-02-20 Thread Mark Volz
Hello, While working on trying to enable metatiling for a layer that that is using the integrated geowebcache, I noticed that there was a possible issue with the documentation.  The documentation seems somewhat ambiguous.  According to GeoWebCache integration with GeoServer WMS we can use

[Geoserver-users] Oracle permissions

2012-03-01 Thread Mark Hammond
to publish means that we can neither publish nor preview a layer from the database. Using my super user credentials (read/write to everything) it works. Could you tell me what the minimum requirements for publishing and using an Oracle layer are so that I can adequately set up permissions? Mark

Re: [Geoserver-users] Oracle permissions

2012-03-01 Thread Mark Hammond
Is there a definitive list anywhere? (Would be jolly useful addition to GeoServer Oracle Plugin documentation) From: Michael Shishcu [mailto:mickl...@gmail.com] Sent: 01 March 2012 14:33 To: Mark Hammond Cc: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] Oracle

[Geoserver-users] Do I need a proxy?

2012-03-21 Thread Mark Hammond
appear. If pages from blx1 are accessed from outside bto.org, they do not. Short of deploying GeoServer on blx1 (which we want to avoid) what can be done to resolve this? Mark Hammond -- This SF email

[Geoserver-users] Full WMS with integrated geowebcache

2012-03-25 Thread Mark Volz
Hello, Can we use the integrated GeoWebCache to serve to regular WMS clients?  Please see the seciton on Support for Regular WMS Clients in http://geowebcache.org/docs/current/services/wms.html Thanks-- This SF email

Re: [Geoserver-users] Full WMS with integrated geowebcache

2012-03-27 Thread Mark Volz
Gabriel, Thank you for your reply.  I tried to modify geowebcache.xml, and geoserver would not start at all.  I also tried to copy the file geowebcache-wms-context.xml.  Geoserver started, but would not work with regular wms clients. Mark From: Gabriel

[Geoserver-users] Web Mercator Demo

2012-11-09 Thread Mark Volz
. Mark Volz GIS Specialist Lyon County, MN (507) 532-8218 -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_nov

[Geoserver-users] Web Mercator Demo

2012-11-09 Thread Mark Volz
Please disregard my last message, I sent it to the wrong user list. Thanks Mark Volz GIS Specialist -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite

[Geoserver-users] WMS Cascade from another Geoserver instance

2012-12-08 Thread Mark Paxton
should be /geoserver/wms?LAYERS=... etc Any suggestions on how to configure this? Thanks, Mark -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (MingW32) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQEcBAEBAgAGBQJQw+1mAAoJENpFS/LwoFEvjb4H/3o3PWTxGx93SguTp8h63ErQ

[Geoserver-users] How to label cached polygon labels

2012-12-17 Thread Mark Volz
and have the label fit inside the polygon. sld:TextSymbolizer sld:Geometry ogc:Function name=centroid ogc:PropertyNamethe_geom/ogc:PropertyName /ogc:Function /sld:Geometry Thanks Mark Volz GIS Specialist

[Geoserver-users] . Installing native JAI on GeoServer 2.2.4

2013-01-30 Thread Mark Volz
Hi, I am curious about this. The link from GeoServer goes to jai-1.1.3, which is from 2006, which seems quite old. Is that the correct native jai package? Thanks Mark Volz GIS Specialist Message: 3 Date: Tue, 29 Jan 2013 11:55:14 +0100 From: Andrea Aime andrea.a...@geo-solutions.it

[Geoserver-users] when hovering over a feature, outline a feature and display a popup?

2013-02-06 Thread Mark Volz
Hi I was wondering if the new geomoose has the capability to display a popup and outline a feature while a user is hovering over a feature. Similar to http://www.google.org/flutrends/ Mark Volz GIS Specialist

Re: [Geoserver-users] when hovering over a feature, outline a feature and display a

2013-02-06 Thread Mark Volz
Hi, Sorry please disregard my previous message, I sent it to the wrong list... Mark Volz GIS Specialist -Original Message- From: geoserver-users-requ...@lists.sourceforge.net [mailto:geoserver- users-requ...@lists.sourceforge.net] Sent: Wednesday, February 06, 2013 10:30 AM

[Geoserver-users] customizing the templates - ribbon bar

2013-02-08 Thread Mark Volz
ribbon button style that Yellow Medicine County uses http://gis.co.ym.mn.gov/Link/jsfe/index.aspx. Thanks Mark Volz GIS Specialist -- Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before

[Geoserver-users] Using geoserver print for png, gif, jpg etc.

2013-02-22 Thread Mark Loper
??? Thanks, Mark-- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb___

[Geoserver-users] reduce clipped labels at the edge of tiles

2013-03-13 Thread Mark Volz
clipped labels? If so, what are the recommended settings? Thanks Mark Volz -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http

Re: [Geoserver-users] reduce clipped labels at the edge of tiles

2013-03-14 Thread Mark Volz
Andrea, In addition to removing the gutter, I found I needed to adjust polygonAlign from ortho to manual. Now the labels look great on tiled layers. Thank You for your help. Mark Volz GIS Specialist From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent

  1   2   3   4   >