Commit Graph

237 Commits

Author SHA1 Message Date
Just van den Broecke 74b21d309e minor formatting change 2019-05-31 21:58:00 +02:00
Just van den Broecke 2ec4b9b99b fix Issue #156 openapi (#157)
* upgrade and pin versions for swagger-ui

* fix time and featureId missing refs
2019-05-31 17:20:28 +02:00
Just van den Broecke 30b1474f1f Issue 142 screen estate (#155)
* Update default.css

* Update base.html

* Update collections.html
2019-05-31 16:00:45 +02:00
Tom Kralidis e5639b31c2 split out provider requirements (#153) 2019-05-30 16:17:31 +02:00
Tom Kralidis 47ba15f539 fix/update some wording (thanks @alexandreleroux) (#152) 2019-05-30 08:40:47 -04:00
Tom Kralidis f824cb1b70 update release version 0.6.0 2019-05-29 16:02:57 +00:00
Tom Kralidis 46939b9226 safeguard urlize for jinja pre-2.8 (#151) 2019-05-29 10:05:36 -04:00
Just van den Broecke bad9344d96 #146 pin GDAL (OGR) requirement to 2.2 and higher but less than GDAL v3.0 2019-05-29 12:21:54 +02:00
Just van den Broecke 012d63a3bd Merge pull request #145 from tomkralidis/safeguard-yaml
add helper function for YAML parsing
2019-05-28 15:24:49 +02:00
Tom Kralidis 40818b1e98 add helper function for YAML parsing 2019-05-28 01:27:31 +00:00
Just van den Broecke d80f80e413 Merge pull request #144 from geopython/fix-dev-requirements
fix dev requirements
2019-05-27 20:56:33 +02:00
Tom Kralidis 94ef5cac39 fix dev requirements 2019-05-27 14:18:24 -04:00
Tom Kralidis ec60f1938c unpin dev requirements, fix flake8 (#143) 2019-05-27 13:10:54 -04:00
Tom Kralidis 93ee9f6439 remove subdomains from map config 2019-05-27 08:15:32 -04:00
Tom Kralidis 1cf146c461 fix ref 2019-05-27 08:14:25 -04:00
paul van genuchten 7e8be994a6 this sets the max count on columns to 5 on the feature table, as suggested in #115 (#141) 2019-05-27 07:25:10 -04:00
Just van den Broecke 9ecdd2e710 Merge PR #138 from geopython/map-url-config
map url config and attribution
2019-05-27 13:08:06 +02:00
Tom Kralidis 2c47ee1161 update attribution 2019-05-27 07:00:45 -04:00
Tom Kralidis 145bf632a2 make map URL configurable (thanks @alexandreleroux) 2019-05-27 06:26:40 -04:00
paul van genuchten 8e3d4c9890 adds links to feature properties as requested in #134 (#140)
for test purposes adds links to great lakes dataset
2019-05-26 21:34:31 -04:00
Just van den Broecke 3a70baaf16 #114 merge PR #135 from geopython/issue-114-docker
#114 refine Docker assets and the simple and ElasticSearch examples
2019-05-24 13:52:35 +02:00
Just van den Broecke 41544bcc15 #112 #114 master/latest instance at https://demo.pygeoapi.io/master 2019-05-24 13:41:51 +02:00
Just van den Broecke 9b2e16637b geopython/pygeoapi#114 update README.md for build/deploy chain 2019-05-23 16:39:59 +02:00
Just van den Broecke c31e173eff #114 refine Docker assets and the simple and ElasticSearch examples 2019-05-23 15:34:56 +02:00
Just van den Broecke 3f700ab500 #114 Trivial update to trigger Docker autobuild
Should trigger new build for `geopython/pygeoapi:latest` on DockerHub...
2019-05-22 19:35:30 +02:00
Just van den Broecke cdefa27f78 Merge pull request #132 from geopython/issue-114-docker
#114 first version official pygeoapi Dockerfile and related assets
2019-05-22 19:12:55 +02:00
Just van den Broecke 443a9d7127 #114 first version official pygeoapi Dockerfile and related assets 2019-05-22 19:00:25 +02:00
Tom Kralidis 809b2cb94a misc fixes (#131)
* cite fixes

* fix HTML
2019-05-22 09:50:09 -04:00
Just van den Broecke e9fc22e72c Issue #127 ogrpaging for all OGR source types (#128)
* #127 Paging for ALL OGR Drivers, tested: GPKG, Shapefile, SQLite, GeoJSON

* #127 Paging for ALL OGR Drivers, tested: GPKG, Shapefile, SQLite, GeoJSON fix SQLite Test

* #127 Paging for ALL OGR Drivers require GDAL greater or eq 2.2

* geopython/pygeoapi#112 geopython/pygeoapi#127 close OGR  ResultSet when layer from ExecuteSQL created

* geopython/pygeoapi#112 geopython/pygeoapi#127 grr flake8 fix
2019-05-21 11:34:54 -04:00
Just van den Broecke d2abc4873d Merge pull request #130 from geopython/issue-129-cors
#129 #112 Move setting config options for CORS and JSONIFY to module level
2019-05-21 15:46:07 +02:00
Just van den Broecke 177677fe69 #129 #112 Move enabling global config options for CORS and JSONIFY to file/module level
Tested for all True/False combinations and HTTP header checks.
2019-05-21 15:38:34 +02:00
Just van den Broecke 896a9df3f0 Merge pull request #126 from justb4/master
#112 Loosen GDAL version dep to 2.1 or higher
2019-05-17 14:06:11 +02:00
Just van den Broecke e5a63212c2 Loosen GDAL version dep to 2.1 or higher 2019-05-17 00:29:37 +02:00
Tom Kralidis 6d1eb270ff move 2019-05-16 16:54:52 -04:00
Tom Kralidis 804f9e10fb move lambda setup into isolated directory 2019-05-16 16:54:27 -04:00
David Bitner 4a3d0e6608 initial pass at serverless lambda support (#125) 2019-05-16 16:52:11 -04:00
Just van den Broecke 4e5233f39d Introduce OGRProvider: WFS backend support (#119)
* #89 fix check_format function

* #89 fix check_format function - fix default return

* geopython/pygeoapi#58 first version OGRProvider with working WFS tests/config

* geopython/pygeoapi#58 second version, ogr2ogr-like reprojection support - more to follow

* geopython/pygeoapi#58 3rd version, support Sourcetypes SHP and GPKG with tests+travis stuff

* geopython/pygeoapi#58 fixed geopython/pygeoapi#95 for OGR Provider and its tests

* geopython/pygeoapi#58 use more performant backend-WFS in pygeoapi-config.yml

* #58 4th version: WFS backend ok, including OGR Python paging gotchas fixed ready for PR

* #58 fix Travis build for GDAL Python bindings

* #58 fix Travis build: Unit tests failed: missing Shapefile .zip now added

* #58 #119 rework from PR comments: config, tests, quotes
2019-05-15 12:57:12 -04:00
Tom Kralidis 1a3f4eeb02 update gitignore 2019-05-14 22:32:38 -04:00
Just van den Broecke 96584b36d2 Merge pull request #117 from geopython/wps-fixes
add HTML pages for processes, add raw mode option for process execution
2019-05-14 23:54:57 +02:00
Tom Kralidis f486f90a73 add example 2019-05-14 16:42:42 -04:00
Tom Kralidis 967dc180be fix ref 2019-05-14 16:00:45 -04:00
Tom Kralidis c04c7ba71a fix pathing to work with subpaths behind proxies (#120) 2019-05-14 15:25:40 -04:00
Angelos Tzotsos f5292d02d6 Merge pull request #118 from geopython/issue-109
fixes for OGC CITE tests (#109)
2019-05-14 12:34:33 +03:00
Tom Kralidis 2623e5fc76 fixes for OGC CITE tests (#109) 2019-05-13 22:50:59 -04:00
Tom Kralidis cf83fd95a6 add HTML pages for processes, add raw mode option for process execution 2019-05-13 16:14:51 -04:00
Just van den Broecke 1e992ec7ef Fix stale link in Map marker popup text (#116)
Using the same convention as in table view id links on line 42: use the `data['items_path'] `. This always has the full URL base-path. Also will work later when behind a path-based proxy.
2019-05-13 07:09:18 -04:00
Tom Kralidis ca15595315 Merge pull request #105 from pvgenuchten/lowercase-header 2019-05-08 09:34:51 -04:00
Paul f843343707 fixes #104, no uppercase in header
also fixes padding on crumbs path (and a missing slash)
2019-05-07 23:49:31 +02:00
Tom Kralidis 0f1e04534b UI updates (thanks @alexandreleroux) 2019-05-06 14:50:44 +00:00
Tom Kralidis 3642ce8976 add slashes to crumbs, remove extra items in path 2019-05-06 12:43:47 +00:00