bradh (Brad Hards) hmm OK I'll test that again with switches you mentioned here, Totally you are trying to say I can get layer state via REST ful API, yes?
ok guys. that is the pic. my question, is it possible to get the coordinate from the map?
and where is inside the database or file that gs save the coordinate.
thanks sir
Brad Hards
@bradh
The coordinate shown is in the projection you've asked for. That clearly isn't lon/lat (or lat/lon).
If you want the coordinate of the cursor, that is a user interface side issue, not part of geoserver.
If you want the coordinate of a pixel on the map, you can use WMS GetFeature or WFS query.
Note that not everything has GetFeature support (e.g. a raster source like an orthophoto won't have it). Your source is probably vector though, so it should be available.
In terms of where the data comes from, it is whatever the Store backing the displayed Layer is. Probably a shapefile or something like that.
rappidGIS
@rappidGIS
@bradh ok I got it. and yes it is a shapefile.
If the user update all the metadata with lat/lon, is it gs save it in the database?
Brad Hards
@bradh
@rappidGIS What database? Do you mean the shapefile?
rappidGIS
@rappidGIS
nope sir. user using a postgrel database.
Brad Hards
@bradh
I think you could do that with a bit of code, but geoserver isn't magically going to move your shapefile into a postgis instance. WFS-T can allow updates to the shapefile.
Please go up a level, and explain what you are trying to do in business terms. Don't try to describe the solution part about databases and geoserver, just the problem part, in user-speak.
Start with "As a user, I need to do [something] in order to [achieve something]".
rappidGIS
@rappidGIS
@bradh thank you sir for the info.
Start with "As a user, I need to do [something] in order to [achieve something]".
noted sir.
Andrea Aime
@aaime
@juanluisrp looks like the build server cannot connect to outside hosts, it fails to fetch from github, but also to send mail. For example see https://build.geoserver.org/view/geoserver/job/geoserver-main-nightly/773/console . Do you know if recent network changes happened? It has started in the last few hours, or even sooner.
hi all, if I wanted to download a raster grid, I should set a WCS service, right? I think I set correctly the WCS service, but from the layer preview dropdown 'all formats' does not appear the available formats for WCS. Where am I wrong?
Jody Garnett
@jodygarnett
There is no preview for that, you can use the WCS Request Builder if you like; it is kind of like a preview and helps you make the request.
Keep in mind that not all raster formats are visible in a browser (so not the best for preview)
Brad Hards
@bradh
Depends on how you think of "raster grid" too. If your grid could be a GeoTIFF file for example, you may be able to do something with WMS. WCS is probably a better fit though.
frippe12573
@frippe12573
@bradh@jodygarnett thank you for the hints. Actually I was supposing that once I set a WCS service I could be able to download a grid from the layers preview so in the dropdown menu I was supposing to find even a part including WCS format like ascii griid or txt or whatever other format able to report a grid. Is that possible? Am I wrong? However I tested the WCS request builder and it does what I wanted from the layers preview 'all formats'
Brad Hards
@bradh
@frippe12573 You shouldn't think of the layer preview as being exhaustive. It demonstrates only a few of the many capabilities of GeoServer. In particular, if you aren't going to "view", then "preview" may not make sense.
frippe12573
@frippe12573
@bradh actually I need a URL to let the users download the grid from Geonetwork metadata catalog (online resources)
Brad Hards
@bradh
You should be able to get that from the request builder.
Angelos Tzotsos
@kalxas
hi all, I am having some trouble with app-schema extension: after generating the application schema and publish it to GeoServer (2.18.4) I am able to get GML3.2 responses from WFS 1.0.0 but WFS 1.1.0 and 2.0.0 are throwing this error:
Andrea Aime
@aaime
@kalxas you should ask on the user list, the devs working on app-schema are not subscribed to this chat
Angelos Tzotsos
@kalxas
ah, thanks @aaime !
Angelos Tzotsos
@kalxas
e-mail sent to mailing list
Jody Garnett
@jodygarnett
@aaime I guess we did not talk about ogcapi sprint; I am on holiday and may or may not attend.
Andrea Aime
@aaime
I'll try to create a first implementation of a OGC API Coverages
Brad Hards
@bradh
@aaime I had a lot of documentation fixes sitting on that feature templating PR. I really don't want to redo them as a separate PR.
Can @taba90 fix them up?
Andrea Aime
@aaime
Yeah he's looking into it
Unfortunately they landed a few minutes after I've merged... he's gonna do a new PR