Re: [Geoserver-users] Preview VectorTileService

2021-02-10 Thread Vera Green
You should be able to set the default tile caching settings globally and
then this setting should apply to all new layers IF you don't set it
specifically at the layer level.

Vera

On Wed., Feb. 10, 2021, 1:52 p.m. Brad Hards,  wrote:

> Maybe you could try updating.
>
>
>
> I was looking for exact versions to try to reproduce it. If you’d told me
> that, I might have tried.
>
>
> Good luck.
>
>
>
> Brad
>
>
>
> *From:* David Haynes 
> *Sent:* Thursday, 11 February 2021 7:38 AM
> *To:* Brad Hards 
> *Cc:* GeoServer Mailing List List 
> *Subject:* Re: [Geoserver-users] Preview VectorTileService
>
>
>
> Our setup is Geoserver 2.16 and the vector tiles extension.
>
>
>
> When using the preview of the mapbox, this is the error that I receive in
> the logs. The layer is a SQL view connected to a PostgreSQL database.
>
> Request: getServiceInfo
> 2021-02-10 14:15:07,097 WARN [wms.mapbox] - Cannot obtain numeric id from
> featureId: us_states_simplified.fid-76c64c7d_1778d31b3e1_17be
> 2021-02-10 14:15:07,099 WARN [wms.mapbox] - Cannot obtain numeric id from
> featureId: us_states_simplified.fid-76c64c7d_1778d31b3e1_17bf
> 2021-02-10 14:15:07,102 WARN [wms.mapbox] - Cannot obtain numeric id from
> featureId: us_states_simplified.fid-76c64c7d_1778d31b3e1_17c0
> 2021-02-10 14:15:07,106 WARN [wms.mapbox] - Cannot obtain numeric id from
> featureId: us_states_simplified.fid-76c64c7d_1778d31b3e1_17c1
>
>
>
> I did edit the layer "tile caching" an enabled more data types (mapbox
> vector tiles, topo json etc). Do I have to do this for each layer or is it
> something that can be done at the store or workspace level?
>
> Now in the main menu --> Tile Cachin --> I can now select the pwb for a
> layer.
>
>
>
>
>
>
>
> On Wed, Feb 10, 2021 at 2:07 PM Brad Hards  wrote:
>
> Exactly which versions of the extensions and geoserver did you install?
>
>
>
> What do the logs show when you do the preview for each format?
>
>
>
> Brad
>
>
>
> *From:* David Haynes 
> *Sent:* Thursday, 11 February 2021 5:46 AM
> *To:* GeoServer Mailing List List 
> *Subject:* [Geoserver-users] Preview VectorTileService
>
>
>
> Hello,
>
>
>
> I'm trying to incorporate vector tiles into a webmap. I have installed the
> appropriate extensions and Geoserver 2.16. I believe I have installed the
> correct extensions because under layer preview I can see both the mapbox
> vector tiles and the topojson vector tiles.
>
>
>
> However, I can't preview the vector tiles. When I select either of these
> options I don't get an image. The topojson is viewable in the browser and
> seem like it could be consumed by open layers. However, the mapbox file
> seems unreadable. How can I preview the vector tiles and what is the
> documentation to describe how to get the *.pbf format.
>
>
>
>
>
> ___
> 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 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] Preview VectorTileService

2021-02-10 Thread Brad Hards
Maybe you could try updating. 

 

I was looking for exact versions to try to reproduce it. If you’d told me that, 
I might have tried.


Good luck.

 

Brad

 

From: David Haynes  
Sent: Thursday, 11 February 2021 7:38 AM
To: Brad Hards 
Cc: GeoServer Mailing List List 
Subject: Re: [Geoserver-users] Preview VectorTileService

 

Our setup is Geoserver 2.16 and the vector tiles extension.

 

When using the preview of the mapbox, this is the error that I receive in the 
logs. The layer is a SQL view connected to a PostgreSQL database. 

Request: getServiceInfo
2021-02-10 14:15:07,097 WARN [wms.mapbox] - Cannot obtain numeric id from 
featureId: us_states_simplified.fid-76c64c7d_1778d31b3e1_17be
2021-02-10 14:15:07,099 WARN [wms.mapbox] - Cannot obtain numeric id from 
featureId: us_states_simplified.fid-76c64c7d_1778d31b3e1_17bf
2021-02-10 14:15:07,102 WARN [wms.mapbox] - Cannot obtain numeric id from 
featureId: us_states_simplified.fid-76c64c7d_1778d31b3e1_17c0
2021-02-10 14:15:07,106 WARN [wms.mapbox] - Cannot obtain numeric id from 
featureId: us_states_simplified.fid-76c64c7d_1778d31b3e1_17c1

 

I did edit the layer "tile caching" an enabled more data types (mapbox vector 
tiles, topo json etc). Do I have to do this for each layer or is it something 
that can be done at the store or workspace level?

Now in the main menu --> Tile Cachin --> I can now select the pwb for a layer. 

 

 

 

On Wed, Feb 10, 2021 at 2:07 PM Brad Hards mailto:br...@frogmouth.net> > wrote:

Exactly which versions of the extensions and geoserver did you install?

 

What do the logs show when you do the preview for each format?

 

Brad

 

From: David Haynes mailto:hayne...@gmail.com> > 
Sent: Thursday, 11 February 2021 5:46 AM
To: GeoServer Mailing List List mailto:geoserver-users@lists.sourceforge.net> >
Subject: [Geoserver-users] Preview VectorTileService

 

Hello,

 

I'm trying to incorporate vector tiles into a webmap. I have installed the 
appropriate extensions and Geoserver 2.16. I believe I have installed the 
correct extensions because under layer preview I can see both the mapbox vector 
tiles and the topojson vector tiles. 

 

However, I can't preview the vector tiles. When I select either of these 
options I don't get an image. The topojson is viewable in the browser and seem 
like it could be consumed by open layers. However, the mapbox file seems 
unreadable. How can I preview the vector tiles and what is the documentation to 
describe how to get the *.pbf format.

 

 

___
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] Printing Vector Layers to Geospatial PDFs

2021-02-10 Thread Jerome A. Wendell
Is it possible to print vector layers created from shapefiles to a
Geospatial PDF from Geoserver?  I am using Geoserver for serving my map
layers and OpenLayers for my mapping API.  I currently retrieve the vector
layers as a WMS and print them using the standalone MapFish print module.  I
print to PDFs but they are not georeferenced.  It appears that by installing
GDAL and using the community module for GDAL based WCS output a geospatial
PDF can be created.  But I am not sure what to do once those are implemented
to get the output as a geospatial PDF.  Isn't WCS for output of raster data?

 

Any suggestions are greatly appreciated.

 

Thanks,

 

Jerome A. Wendell

 

___
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] Preview VectorTileService

2021-02-10 Thread David Haynes
Our setup is Geoserver 2.16 and the vector tiles extension.

When using the preview of the mapbox, this is the error that I receive in
the logs. The layer is a SQL view connected to a PostgreSQL database.
Request: getServiceInfo
2021-02-10 14:15:07,097 WARN [wms.mapbox] - Cannot obtain numeric id from
featureId: us_states_simplified.fid-76c64c7d_1778d31b3e1_17be
2021-02-10 14:15:07,099 WARN [wms.mapbox] - Cannot obtain numeric id from
featureId: us_states_simplified.fid-76c64c7d_1778d31b3e1_17bf
2021-02-10 14:15:07,102 WARN [wms.mapbox] - Cannot obtain numeric id from
featureId: us_states_simplified.fid-76c64c7d_1778d31b3e1_17c0
2021-02-10 14:15:07,106 WARN [wms.mapbox] - Cannot obtain numeric id from
featureId: us_states_simplified.fid-76c64c7d_1778d31b3e1_17c1

I did edit the layer "tile caching" an enabled more data types (mapbox
vector tiles, topo json etc). Do I have to do this for each layer or is it
something that can be done at the store or workspace level?
Now in the main menu --> Tile Cachin --> I can now select the pwb for a
layer.



On Wed, Feb 10, 2021 at 2:07 PM Brad Hards  wrote:

> Exactly which versions of the extensions and geoserver did you install?
>
>
>
> What do the logs show when you do the preview for each format?
>
>
>
> Brad
>
>
>
> *From:* David Haynes 
> *Sent:* Thursday, 11 February 2021 5:46 AM
> *To:* GeoServer Mailing List List 
> *Subject:* [Geoserver-users] Preview VectorTileService
>
>
>
> Hello,
>
>
>
> I'm trying to incorporate vector tiles into a webmap. I have installed the
> appropriate extensions and Geoserver 2.16. I believe I have installed the
> correct extensions because under layer preview I can see both the mapbox
> vector tiles and the topojson vector tiles.
>
>
>
> However, I can't preview the vector tiles. When I select either of these
> options I don't get an image. The topojson is viewable in the browser and
> seem like it could be consumed by open layers. However, the mapbox file
> seems unreadable. How can I preview the vector tiles and what is the
> documentation to describe how to get the *.pbf format.
>
>
>
>
>
___
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] Preview VectorTileService

2021-02-10 Thread Brad Hards
Exactly which versions of the extensions and geoserver did you install?

 

What do the logs show when you do the preview for each format?

 

Brad

 

From: David Haynes  
Sent: Thursday, 11 February 2021 5:46 AM
To: GeoServer Mailing List List 
Subject: [Geoserver-users] Preview VectorTileService

 

Hello,

 

I'm trying to incorporate vector tiles into a webmap. I have installed the 
appropriate extensions and Geoserver 2.16. I believe I have installed the 
correct extensions because under layer preview I can see both the mapbox vector 
tiles and the topojson vector tiles. 

 

However, I can't preview the vector tiles. When I select either of these 
options I don't get an image. The topojson is viewable in the browser and seem 
like it could be consumed by open layers. However, the mapbox file seems 
unreadable. How can I preview the vector tiles and what is the documentation to 
describe how to get the *.pbf format.

 

 

___
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] Preview VectorTileService

2021-02-10 Thread Olyster
Hi,

you can preview VectorTiles in Administration interface, Tile Layer section
and select a projection in the Preview column.

Make sure your layer is configured for caching vector tiles in Tile Caching
tab in Layer configuration.





--
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] Preview VectorTileService

2021-02-10 Thread David Haynes
Hello,

I'm trying to incorporate vector tiles into a webmap. I have installed the
appropriate extensions and Geoserver 2.16. I believe I have installed the
correct extensions because under layer preview I can see both the mapbox
vector tiles and the topojson vector tiles.

However, I can't preview the vector tiles. When I select either of these
options I don't get an image. The topojson is viewable in the browser and
seem like it could be consumed by open layers. However, the mapbox file
seems unreadable. How can I preview the vector tiles and what is the
documentation to describe how to get the *.pbf format.
___
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] ImageMosaic with custom dimension (NetCDF) - Failed to create reader from file

2021-02-10 Thread Salvador Fernandez
Dear list,

I'm having troubles using the ImageMosaic with NetCDF files and a custom 
dimension. I searched the archive thoroughly but I couldn't find a similar 
question. Apologies if this has been addressed before. Please feel free to 
indicate where should I look in that case.

When trying to create a new store with the ImageMosaic plugin I encounter this 
error:

java.lang.RuntimeException: Could not list layers for this store, an error 
occurred retrieving them: Failed to create reader from 
file:coverages/testSalvadorf/test_products_emodnetbio/test_nsp_nc and hints null


However, the connection with Postgres works fine, the custom dimension is 
correctly harvested and a table is created for each variable. Do you have any 
idea about what is happening?

I added an example here: https://b2drop.eudat.eu/s/oEcz7NmdP3kXJA9 together 
with the full error log. We are running geoserver 2.11.5 on Ubuntu 16.04.7 LTS 
(GNU/Linux 4.4.0-122-generic x86_64).

Best regards,

Salva Fernández

Geospatial Data & Products Team
Flanders Marine Data Centre (VMDC)
Flanders Marine Institute






___
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