Commit Graph

189 Commits

Author SHA1 Message Date
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
Tom Kralidis 6fc84758a0 fix ref 2019-05-06 12:42:57 +00:00
paul van genuchten 4121b7f697 as suggested in #94, rename feature.ID to feature.id (#96) 2019-05-06 07:07:18 -04:00
Just van den Broecke 0b67080f14 #102 several fixes for (dead) links in navigating HTML (#103) 2019-05-02 09:48:34 -04:00
Tom Kralidis e41dabcf49 update release version 0.5.0 2019-04-29 17:37:15 +00:00
Tom Kralidis c4597f563b add HTML response for api endpoint (#98) (#101) 2019-04-29 07:32:12 -04:00
Tom Kralidis 946ab0da3d update pygeoapi website (#99) 2019-04-26 10:35:12 -04:00
Tom Kralidis 0045f6579c remove trailing comma from keywords 2019-04-25 19:39:44 +00:00
Tom Kralidis 1e093542f8 encode some server metadata as HTML links 2019-04-25 18:00:52 +00:00
paul van genuchten 8bbd83854f add schema-org microdata based on schema.org/DataCatalog & Dataset (#91) 2019-04-24 16:44:33 -04:00
Tom Kralidis ca5c3fd5b4 Merge pull request #92 from pvgenuchten/basic-layout
introduce mini.css
2019-04-18 08:48:35 -04:00
Paul 092b3555df use mini.css from cdn 2019-04-18 12:24:31 +02:00
Paul ba3919b065 map column was hidden in small-view
place map in first column
fix json-link
2019-04-15 14:40:55 +02:00
Paul 1fbdda06df remove trailing space 2019-04-13 20:06:07 +02:00
Paul 0e435b1e08 fix travis build error 2019-04-13 20:00:04 +02:00
Paul a2c2cdae49 adding the crumbspath as suggested in #93
various improvements in html display; add items list to items page, add link to json in crumbs bar, add description where available
2019-04-13 15:39:07 +02:00
Paul b14676f9e5 introduce mini.css 2019-04-13 00:42:04 +02:00
Tom Kralidis 20c96a8f47 add tests for #89 2019-04-06 08:46:20 -04:00
Just van den Broecke 75e0a599dc #89 fix check_format function (#90)
* #89 fix check_format function

* #89 fix check_format function - fix default return
2019-04-05 15:56:53 -04:00
Tom Kralidis 44d347a09f support text/html encoding request in headers (#87) (#88) 2019-03-24 15:20:05 -04:00
Tom Kralidis badb5acefa add 3.6/3.7, remove 3.5 from Travis (#86) 2019-03-19 06:05:08 -04:00
Tom Kralidis 70f05eecfd catch all processor exceptions 2019-03-07 22:55:33 +00:00
Tom Kralidis 35911c767e handle process execution exceptions 2019-03-07 14:31:08 +00:00
Tom Kralidis f0f59f900f fix ref 2019-03-05 09:54:24 -05:00
Tom Kralidis 6e5e1bb924 fix indent 2019-03-05 14:44:13 +00:00
Tom Kralidis 9bea312307 add Python API level testing (#85) 2019-03-05 08:02:01 -05:00
Tom Kralidis 1df6ea69c4 fix logging, add cleanbuild command to setup.py 2019-03-05 11:42:08 +00:00
Tom Kralidis 2518d4b0a8 add processing framework (#84) 2019-03-05 06:36:43 -05:00
Tom Kralidis 949b7277a3 fix HTTP header, formatting 2019-02-20 00:38:16 +00:00
Tom Kralidis b774572c18 update OpenAPI definition 2019-02-20 00:32:43 +00:00
Tom Kralidis 01bcf8084b plugin refactor (#83) 2019-02-19 18:51:49 -05:00
Tom Kralidis fd761a967d fix OpenAPI data type errors 2019-02-19 01:03:17 +00:00
Tom Kralidis 4753426e42 make objects single (#82) 2019-02-18 20:01:32 -05:00
Alexandre Leroux 62d5d5993f typo (#80) 2019-01-17 13:39:08 -05:00
Alexandre Leroux 6a3d3b12ef typo (#81)
fixed OSM name
2019-01-17 13:23:05 -05:00
Alexandre Leroux 02ee73a8f4 typo (#79)
2 minor typos
2019-01-17 13:22:29 -05:00
Tom Kralidis d956c8caf8 fix URL refs 2019-01-15 01:46:29 +00:00
Tom Kralidis 2a19094f9d unpeg pytest for testing (#78) 2019-01-13 20:34:17 -05:00
Tom Kralidis 7f89bb5aa4 update release version 0.4.1 2019-01-07 12:22:18 +00:00
Tom Kralidis 22dd328587 fix ES GeoJSON output (#77) 2019-01-03 10:26:38 -05:00
Tom Kralidis 7ae25384bd update release version 0.4.0 2018-12-17 21:20:22 +00:00
Tom Kralidis 61387453c6 add support for properties.links object in response 2018-12-17 01:56:50 +00:00
Jorge Samuel Mendes de Jesus 9912811338 Merge pull request #75 from geopython/ordered-properties
implement ordered properties
2018-12-03 14:48:39 +01:00
Tom Kralidis a67964dbcd implement ordered properties (#76) 2018-11-26 20:47:45 -05:00
Tom Kralidis 2d7c86e47b trim trailing spaces 2018-11-26 19:50:17 -05:00
Tom Kralidis 5ba2b3f04a add exception message 2018-11-26 19:43:52 -05:00
Tom Kralidis efd89a56c9 fix CLI logic 2018-11-26 19:34:11 -05:00
Jorge Samuel Mendes de Jesus d421562460 Delete testing Dockerfile
This dockerfile was intended for testing only
2018-11-24 13:23:06 +01:00
Jorge Samuel Mendes de Jesus 3399a796cd Merge pull request #74 from tomkralidis/issue-66
support open ended range time queries closes #66
2018-11-21 19:48:07 +01:00