pathmapper
b4391e0a69
Copy first and build in build directory
2021-12-30 19:18:15 +01:00
pathmapper
00f727bd1c
Integrate landingpage build process with cmake
2021-12-30 19:18:15 +01:00
pathmapper
b4ecdf2193
Update compiled js files
2021-12-29 11:04:23 +01:00
pathmapper
6d98291d87
Remove optional attribution prefix
2021-12-29 11:02:19 +01:00
pathmapper
cccb8e1710
Update compiled js files
2021-12-27 21:17:12 +01:00
pathmapper
139318d566
Add OSM attribution
2021-12-27 20:35:51 +01:00
pathmapper
f23dc660ff
Update compiled js files
2021-12-27 08:18:41 +01:00
pathmapper
ea55fd7bb9
Change maxZoom for landingpage Catalog and WebGis
2021-12-27 08:15:36 +01:00
Alessandro Pasotti
58b35b749d
Server landing page: fix relative service links
...
For metadata when using QGIS_SERVER_LANDING_PAGE_PREFIX
2021-06-28 16:20:29 +02:00
Alessandro Pasotti
679d689e6a
Fix WFS3 overlapping text template
...
Fixes : #42269
2021-05-24 13:35:19 +02:00
Alessandro Pasotti
d8a155b846
Add relative WMS to sources
2021-05-10 12:56:00 +02:00
Alessandro Pasotti
91c83b3de9
Fix relative WMS urls in catalog view
2021-05-07 09:09:30 +02:00
Alessandro Pasotti
27bfb09fb8
Support for custom URL prefix for landing page
...
Add a QGIS_SERVER_LANDING_PAGE_PREFIX server
setting:
Prefix of the path component of the landing page base URL, default is empty (since QGIS 3.20).
2021-05-06 18:15:04 +02:00
Alessandro Pasotti
497197e316
Updated js
2021-05-06 14:55:30 +02:00
pathmapper
9dd5ad1a2b
Update sources url
2021-04-09 14:30:52 +02:00
pathmapper
2ae8c4506c
Server landingpage sources updates
2021-04-09 14:21:26 +02:00
pathmapper
fc29304bde
Update minified version (follow-up on #42697 )
2021-04-08 11:03:27 +02:00
pathmapper
7bede8cfeb
Use recommended osm tile url for server API - Features and landingpage ( #42697 )
...
* Use recommended osm tile url
2021-04-08 08:22:20 +10:00
Alessandro Pasotti
7c8a887122
Server Landing page source code
...
Fixes #41468
2021-02-10 09:04:23 +01:00
Alessandro Pasotti
6edfc994c9
Remove footer
2020-11-26 09:39:22 +01:00
Alessandro Pasotti
3009db97cb
Fix message for PG connections username:password
...
in the domain part of the URL
2020-11-25 10:56:17 +01:00
Alessandro Pasotti
b9eae61ac7
Server landing page: support for scale
...
and scale dependent symbology in the legend
2020-11-24 09:59:21 +01:00
Alessandro Pasotti
662e103bf9
Landing page: respect drawing order from TOC
...
Fix WMS drawing order and icon alin for
rule groups.
2020-10-26 17:09:09 +01:00
Alessandro Pasotti
14b0c24d87
Server standalone: reimplement without signals
...
Because of WMS internal event loop that will
crash on cascading.
2020-10-20 13:59:52 +02:00
Alessandro Pasotti
440da4cf02
Server landing page: add missing resources
2020-08-19 17:02:52 +02:00
Alessandro Pasotti
d0fcbec8c7
Server landingpage makes good use of initial extent
2020-08-17 18:02:26 +02:00
Alessandro Pasotti
a8e033c794
Updated client after rebase
2020-08-06 15:57:38 +02:00
Alessandro Pasotti
13a5bc4459
Server landing page plugin
2020-08-06 14:52:08 +02:00
Blottiere Paul
e7ea389bc7
Use query parameter instead
2020-07-09 09:53:48 +02:00
Blottiere Paul
88199ae073
Fix bool type in schema
2020-07-09 09:53:48 +02:00
Alessandro Pasotti
ed8695657e
Fix json schema case for sortBy/sortDesc
2020-06-26 12:06:35 +02:00
Alessandro Pasotti
a4b8f72da2
Server WFS3 API: implement sorting
...
Also revert 2e57d114257ecbc09d44abeee5f7460c20b7b785
because it broke landing page HTML link to OPENAPI
overriding content negotiation.
2020-06-26 11:57:28 +02:00
Alessandro Pasotti
f1c6bdf00c
Move jsonformatter to own dir, add license and src
...
Fixes #34586
2020-02-23 18:08:36 +01:00
Alessandro Pasotti
9188d4b539
Server OAPIF template enhancements: links and buttons
2019-11-11 13:53:32 +01:00
Alessandro Pasotti
8931d7256f
Server OAPIF nl2br template function
...
Introduce a new template function to replace nl with <br>
2019-11-05 13:55:17 +01:00
Alessandro Pasotti
358c814722
Server OAPIF temporal extent
2019-10-30 11:53:14 +01:00
Alessandro Pasotti
a1bfc163ef
Server OAPIF, better styles and API HTML output
2019-10-30 11:53:14 +01:00
Alessandro Pasotti
595807171d
Server: datetime basic filter support for OAPIF
2019-10-30 11:53:14 +01:00
Juergen E. Fischer
b81d306047
spelling fixes ( closes #32408 )
2019-10-26 10:50:30 +10:00
Alessandro Pasotti
6fed2fafd7
Fix bbox multiple array and add two more tests
2019-10-17 10:22:59 +02:00
Alessandro Pasotti
30e2fbfe88
Server fix openapi HTML template and improve styling
...
Mostly cosmetic fixes plus re-add links to openapi
json in case content-type is NOT OPENAPI3, because
it would break validation in that cae.
2019-09-23 09:50:21 +02:00
Alessandro Pasotti
f568e6f06c
Server OGC API OPENAPI validation
...
Fix some OPENAPI validation issues.
Swagger is happy now, except for the MAP=/...
in the query string: no query string parameters
are allowed in the endpoint, but we can
fix this in the web server configuration.
2019-09-21 15:43:12 +02:00
Alessandro Pasotti
8402a408ce
Remove debugger from HTML template
2019-08-21 12:42:13 +02:00
Alessandro Pasotti
92ac7a2e93
[server] Server api and WFS3 ( #10016 )
...
Implementation of OGC API and WFS3 core draft specification
2019-08-06 16:38:21 +02:00
Blottiere Paul
b80bfa8f9e
schemaExtension.xsd is now installed in share directory
2017-10-10 08:02:33 +01:00