GeoServer is an open source server for sharing geospatial data
People
Repo info
Activity
Paul van genuchteG
@pvgenuchten
thanx jody, i can confirm that placing common-header.ftl in data/workspaces, the /items/* case works fine for me
to summarise: to override common-header for /collections, you need to add the override in /data/templates/ogc/features, for /items you need to place it in data/workspaces
Jody Garnett
@jodygarnett
I imagine if you add it once to to data/workspaces or templates it should work for both, something to test.
Maybe the best way to think of it is adding ogc/features/<something>.ftl and common-header.ftl
Andrea Aime
@aaime
Heads up for my fellow GS devs, next week I'm gonna be seaside, not sure how much I'll check mail, if at all
Hi everyone, I imported some geopackages files to my PostGIS store in GeoServer via ogr2ogr and for publishing that layer in GeoServer I used POST method explaide in featuretype GeoServer RESTful API, But I've big issue I can not check how many of files(layers) imported and published successfully, I'm going to know is there any way I'll be able to check publish progress state?
Brad Hards
@bradh
@navid.ta:matrix.org You should be able to tell based on the REST API response.
Or you could just GET the /layers later?
Depends on what you're really trying to do here (or better, why you are trying to do it - what the information need is, the problem you are trying to solve).
Thank you for your answer, I didn't know It was possible via feeaturetype RESTful API, because I tested method in my Linux terminal and then I didn't get any response. If you want to know why I did use this method(ogr2ogr and featuretype REST API) because I did know any options, GeoServer Importer REST API can not support conversion for geodatabases or archive files and then I did search, However I understood I can import my non shapefiles to PostGIS store by that method I explained in above. In GeoServer Importer extension REST, it is possible to check state of files in each step, state announce by some specific name such "PENDING", "COMPLETE", "ERROR" , etc, I'm looking a way to find out how can I know state or even I'll get a progress number percentage for each layer importing procedure.
rappidGIS
@rappidGIS
Hi guys. I would like to use the lat & long coordinate data in the GS. I already search it in the db but couldn't find it. Please help sir. Thanks.
Brad Hards
@bradh
What do you mean you didn't get any response? No response to the POST?
@rappidGIS Your question doesn't have enough detail to be answered. We can't see your screen, have no idea what you're trying to do. Please explain what you are trying to do, what you've tried, what happened, and what you expected to happen instead.
@bradh I run POST method via curl in Linux thermal it didn't show any message in Linux terminal, I think I need to something such Postman if I'll be able read response as a json format
Brad Hards
@bradh
@navid.ta:matrix.org Maybe try -v or -i to your curl command line to get the headers or verbose info.
@rappidGIS I don't want a screenshot, I want you to ask a proper question.
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.