Re: [Geoserver-users] WMS interpolation doesn't take effect

2017-01-10 Thread Christian Mueller
Hi Did you specify the xml scaleop element in the configuration file, see http://docs.geoserver.org/stable/en/user/tutorials/imagemosaic-jdbc/imagemosaic-jdbc_tutorial.html you should have On Tue, Jan 10, 2017 at 7:05 PM, Andrea Aime wrote: > On Mon,

Re: [Geoserver-users] Disabling WMTS in GeoServer 2.10

2017-01-10 Thread Nuno Oliveira
Hi, you are correct, good catch ! Thanks for investigate the origin of this. I created an issue for this: https://osgeo-org.atlassian.net/browse/GEOS-7926 Regards, Nuno Oliveira On 01/10/2017 09:49 PM, sikeoka wrote: > After upgrading to GeoServer 2.10.1, GeoServer is enabling WMTS every time

Re: [Geoserver-users] Vector tiles plugin: xyz grid and WGS84 coords?

2017-01-10 Thread Dave Blasby
Hi, What happens when you directly request the data from WMS (in geojson format)? Thanks, Dave On Tue, Jan 10, 2017 at 1:10 PM, Edward Mac Gillavry wrote: > Dear all, > > We're currently creating a setup using the Vector tile plugin [1]. Using > the Gmaps enpoint of GWC,

[Geoserver-users] Disabling WMTS in GeoServer 2.10

2017-01-10 Thread sikeoka
After upgrading to GeoServer 2.10.1, GeoServer is enabling WMTS every time it starts up. I can disable WMTS from the UI but it just gets re-enabled when I reload the server configuration or restart GeoServer. I think that line 38 in org.geoserver.gwc.wmts.WMTSXStreamLoader may be the cause of

[Geoserver-users] Vector tiles plugin: xyz grid and WGS84 coords?

2017-01-10 Thread Edward Mac Gillavry
Dear all, We're currently creating a setup using the Vector tile plugin [1]. Using the Gmaps enpoint of GWC, we're getting GeoJSON tiles that adhere to the XYZ-grid. However, as the gridset explicitly states EPSG:900913 as the SRID, we're also getting the feature geometries in that reference

Re: [Geoserver-users] WMS interpolation doesn't take effect

2017-01-10 Thread Andrea Aime
On Mon, Jan 9, 2017 at 10:16 PM, Gerald Fiedler wrote: > Any ideas? Do you need more info? I will try to describe a way to > reproduce the problem starting with a plain server. Should I open a > ticket for this? > Hi, I cannot help with jdbc image mosaic, never worked on it as

Re: [Geoserver-users] WMS and Other Web Service Integration

2017-01-10 Thread Srikanth
Thanks Juilan and Andrea. I shall try both your suggestions and keep you posted. On Tue, Jan 10, 2017 at 7:10 PM, Andrea Aime wrote: > Try to go to your store configuration and check "expose primary keys", > then do a GetFetaureInfo again. Does that solve your

Re: [Geoserver-users] WMS and Other Web Service Integration

2017-01-10 Thread Julian Hollingbery
Srikanth, I’m afraid I don’t quite follow. If you have the id from the GetFeatureInfo response (the docs include an example with JSON response), you should be able to extract this id and use it to call the other web service. Or am I missing something? Regards, /julian Fra: Srikanth

Re: [Geoserver-users] WMS and Other Web Service Integration

2017-01-10 Thread Andrea Aime
Try to go to your store configuration and check "expose primary keys", then do a GetFetaureInfo again. Does that solve your problem? Cheers Andrea On Tue, Jan 10, 2017 at 2:22 PM, Srikanth Kanaparthy wrote: > We have a foreign key which shall be the id itself. But when

Re: [Geoserver-users] WMS and Other Web Service Integration

2017-01-10 Thread Srikanth Kanaparthy
We have a foreign key which shall be the id itself. But when clicked on map which is served by WMS, geoserver with getfeatureinfo provides the attribute data stored in same table. How do I call other web service, essentially I need to know only Id here. -Original Message- From:

Re: [Geoserver-users] WMS and Other Web Service Integration

2017-01-10 Thread Julian Hollingbery
Aha.. I believe that, in any case, you’ll need to store the id (foreign key, possibly compound) of the parcel in both databases/servers. Which columns/attributes besides geometry do you have in the geometry database? Fra: Srikanth [mailto:srikanth1...@gmail.com] Sendt: 10. januar 2017 13:09 Til:

Re: [Geoserver-users] WMS and Other Web Service Integration

2017-01-10 Thread Julian Hollingbery
Have you tried GetFeatureInfo? http://docs.geoserver.org/stable/en/user/services/wms/reference.html Regards, /julian Fra: Srikanth [mailto:srikanth1...@gmail.com] Sendt: 10. januar 2017 11:39 Til: geoserver-users Emne: [Geoserver-users] WMS and Other Web

Re: [Geoserver-users] WMS and Other Web Service Integration

2017-01-10 Thread Srikanth
Hello Julian, I understand GetFeatureInfo provides the attribute values for the same database where the geometry is residing. In my case, geometry resides in one database and related meta-data resides in a different server which has to accessed by customer web service. Hence whenever the user

[Geoserver-users] WMS and Other Web Service Integration

2017-01-10 Thread Srikanth
Hello, We have a million parcels stored in MySQL and are fetching using WMS. The meta-data related to these parcels is stored in other database in some other location, hence we cannot and and are not supposed to access this meta-data directly. For this purpose, we have been provided a web service

Re: [Geoserver-users] Question About GeoWebCache

2017-01-10 Thread Nuno Oliveira
Not sure if openlayers can handle it, but GeoWebCache also supports MBtiles: http://docs.geoserver.org/stable/en/user/community/gwc-sqlite/index.html Keep in mind that is a community module that needs to be installed. On 01/10/2017 09:46 AM, Andrea Aime wrote: On Tue, Jan 10, 2017 at 10:00 AM,

Re: [Geoserver-users] Question About GeoWebCache

2017-01-10 Thread Andrea Aime
On Tue, Jan 10, 2017 at 10:00 AM, David Alda Fernandez de Lezea < da...@hazi.eus> wrote: > Hi Nuno, > > Thanks for your response, I've been looking the documentation but I can't > find the way to create an XYZ tileset structure with Geowebcache or perhaps > is not possible... Is It possible? And

Re: [Geoserver-users] Question About GeoWebCache

2017-01-10 Thread David Alda Fernandez de Lezea
Hi Nuno, Thanks for your response, I've been looking the documentation but I can't find the way to create an XYZ tileset structure with Geowebcache or perhaps is not possible... Is It possible? And how? My idea is to create tiles in XYZ format to use them in an off line app with openlayers.