fxia
b0b71a5438
[ #112 ] bbox fix only kicks in with positive w-long and negative e-long
2015-07-24 11:41:11 -04:00
Tom Kralidis
36ab8d68fe
support multiple GML namespaces
2015-06-17 21:24:23 -04:00
amercader
e768f3c9ab
Merge branch 'default-theme'
2015-05-15 13:07:19 +01:00
amercader
44d826caca
Minor doc tweaks
2015-05-15 13:06:45 +01:00
nigelb
5a5da2d033
Use the default RTD theme
2015-05-15 17:08:58 +05:30
amercader
414255e34a
[ #102 ] MapBox tiles require access token
2015-05-07 17:59:21 +01:00
amercader
86c4fbdbf7
[ #101 ] Change Mapquest tiles base URL under https
2015-05-07 17:43:03 +01:00
amercader
cf504beb47
[ #107 ] Document move to ckanext-geoview, add troubleshooting issues
2015-05-07 14:26:14 +01:00
amercader
0886e15ed5
[ #107 ] Remove geojson and wms views
...
The GeoJSON Leaflet plugin now lives on ckanext-geoview:
https://github.com/ckan/ckanext-geoview
The old WMS preview has been completely removed in favour of the
OpenLayers based geoview:
https://github.com/ckan/ckanext-geoview#openlayers-viewer
2015-05-07 13:43:52 +01:00
amercader
32eab7fb0a
Merge branch 'geosolutions-it-release-v2.0'
2015-04-29 12:58:19 +01:00
etj
a5a703445b
Fix delete in CSW. Closes #103 .
2015-04-24 12:43:58 +02:00
amercader
cd51d639fd
Merge branch 'master' into release-v2.0
2015-04-17 14:12:19 +01:00
fxia
e530017a8a
bbox fix, more
2015-04-17 14:11:41 +01:00
fxia
cc0d0b14ce
bbox fix. make sure w long value is less than e long value
2015-04-17 14:11:38 +01:00
amercader
4b837f2bfe
Merge branch 'FuhuXia-master'
2015-04-17 14:10:54 +01:00
fxia
0380754619
bbox fix, more
2015-04-09 13:29:45 -04:00
fxia
dff5fbe0a4
bbox fix. make sure w long value is less than e long value
2015-04-09 13:29:21 -04:00
amercader
67acd0b6bb
Merge branch 'master' into release-v2.0
2015-04-08 10:24:50 +01:00
amercader
ba2656287d
Remove debug call
2015-04-08 10:24:36 +01:00
amercader
c31f466f47
Merge branch 'master' into release-v2.0
2015-04-08 10:02:28 +01:00
amercader
a96d134f1e
[ #95 ] Fix GeoJSON preview for features without properties
2015-04-08 10:01:55 +01:00
amercader
36cd0dd049
Update Sphinx version
2015-04-02 20:27:25 +01:00
amercader
9ada0e4a82
Merge branch 'master' into release-v2.0
2015-04-02 11:43:23 +01:00
amercader
cf54b63a85
Merge branch 'taijiang-tw-2.3'
2015-04-02 11:43:14 +01:00
amercader
4a142e8377
[ #98 ] Minor tweaks to @u10313335 PR
...
* Keep old entry points for preview plugins so people does not need to
do python setup.py develop
* Version checks should be done including the min_version parameter,
otherwise they will fail for 2.4, 2.5...
* No need to define different methods for different interfaces. If
running eg 2.3, the IResourcePreview interface methods will simply be
ignored.
* Simplified same domain checking
* Add note about these being eventually migrated to ckanext-geoviews
* Added docs
2015-04-02 11:41:50 +01:00
amercader
c9c40606c2
Merge branch '2.3' of https://github.com/taijiang-tw/ckanext-spatial into taijiang-tw-2.3
2015-04-02 09:28:02 +01:00
amercader
8651c5b893
Add Travis badge to README
2015-04-02 09:26:14 +01:00
amercader
020a2570d2
Simplify install instructions
...
No need to choose branches, we'll aim to keep master stable and working
with different ckan versions (We'll keep the stable and release-v2.0
branches up to date for the time being)
2015-04-02 09:21:46 +01:00
amercader
6e110cdb31
Merge branch 'master' into release-v2.0
...
Conflicts:
doc/spatial-search.rst
2015-04-02 09:16:15 +01:00
amercader
0560eac404
Merge branch '97-geoalchemy2'
2015-04-02 09:14:43 +01:00
amercader
60a899b0fd
[ #97 ] Set up Travis
...
For each CKAN version in master, 2.3 and 2.2, test with PostGIS 1.5 and
2.x
2015-04-02 08:24:04 +01:00
amercader
d148b759f1
[ #97 ] Update docs for PostGIS 2 and tweaks
2015-04-01 13:15:58 +01:00
amercader
bcd7c0e5e6
[ #97 ] Support PostGIS 1.5 when defining the Geometry column
...
We need to pass management=True when initializing it:
https://github.com/geoalchemy/geoalchemy2/issues/50
2015-04-01 12:49:24 +01:00
amercader
da20c1e7d0
[ #97 ] Remove old plugins from test.ini
2015-04-01 12:30:19 +01:00
amercader
50df9130cf
[ #97 ] The tests that ckanext-spatial deserves
...
Completely reviewed and refactored tests to support both CKAN 2.2/2.3,
geoalchemy 1/2 and PostGIS 1/2 (TODO test on PostGIS 1.5)
Removed all references to legacy ckan tests, and removed old or
incomplete tests.
2015-04-01 11:36:00 +01:00
amercader
a23ec96b2b
[ #97 ] Rename function to make it Postgis 2.0 compatible
2015-04-01 11:13:54 +01:00
amercader
8d1a731b0a
[ #97 ] Saner way of comparing geometries
2015-04-01 11:13:05 +01:00
Sol Lee
c291e30a0e
make wms and geojson viewer compatible with CKAN 2.3
2015-04-01 18:02:31 +08:00
amercader
f41f20c0da
[ #97 ] Move all GeoAlchemy(2) related code to a common module
...
This allows code in lib, model etc to not worry about GeoAlchemy
versions. This assume the correct library installed, as the check has
been done when starting up.
2015-03-27 15:57:55 +00:00
amercader
39373c9144
[ #97 ] Check GeoAlchemy version on startup
...
If using CKAN>=2.3 and GeoAlchemy2 is not installed an ImportError
will be raised with details about how to proceed. Added a section
on the Troubleshooting.
2015-03-27 15:57:11 +00:00
amercader
ee2f9bcd24
[ #97 ] Add GeoALchemy2 requirement
...
It seems like the best option for supporting both CKAN 2.2 (SQLAlchemy
0.7.x) and CKAN 2.3 (SA 0.9.x) with the same code base is to add both
GeoAlchemy and GeoALchemy2 to the requirements. As long as GeoAlchemy is
installed first, both will be installed and the SQLAlchemy install (the
CKAN requirement) won't be affected. Tested with pip 1.5.6 and 6.0.8.
2015-03-27 12:51:33 +00:00
jqnatividad
89795c4b3d
Display map widget custom attribution
...
Fixes #87
2014-11-03 16:51:46 -05:00
David Read
7c2b42693d
Merge pull request #83 from tomkralidis/master
...
identify pycsw as the CSW component
2014-09-10 20:52:19 +02:00
Tom Kralidis
692c3b5175
identify pycsw as the CSW component
2014-09-10 06:56:38 -04:00
Tom Kralidis
da2e1100ed
fix refs
2014-06-28 15:58:03 +01:00
amercader
972e1145d3
Merge branch 'tomkralidis-doc-url-fix'
2014-06-28 15:57:37 +01:00
Tom Kralidis
02f20e3522
fix refs
2014-06-27 20:33:38 -04:00
amercader
798070e74a
Merge branch 'geosolutions-it-57_default_tags_extras'
2014-06-27 17:02:00 +01:00
amercader
23a83fac29
Merge branch '57_default_tags_extras' of https://github.com/geosolutions-it/ckanext-spatial into geosolutions-it-57_default_tags_extras
2014-06-27 16:10:13 +01:00
Tom Mortimer-Jones
6685085b56
Update csw.py
...
Fix copy paste error
2014-06-27 16:07:53 +01:00