Commit Graph

785 Commits

Author SHA1 Message Date
Andy Gross d3c69a1326 Remove import of base.redirect
This function was removed in ckan/ckan@34f3f18
2016-09-18 03:35:56 -07:00
amercader a22c6267d7 Add missing docs image 2016-08-18 09:55:34 +01:00
amercader fdbcf7913b Remove shapely from doc requirements 2016-08-18 09:47:02 +01:00
amercader 44f05e181c [#157] Replace MapQuest by Stamen as default tiles 2016-08-03 11:57:10 +01:00
Adrià Mercader d946df0eb4 Merge pull request #155 from miguelbgouveia/patch-2
Improving log error message.
2016-06-17 22:26:06 +01:00
Miguel Gouveia 16fa672a18 Improving log error message.
Improving log error message for invalid geoJSON data.
2016-06-17 15:46:22 +01:00
amercader 50249e13a7 [#145] Disable tests for PostGIS 1 for now 2016-06-17 13:33:27 +01:00
Adrià Mercader cb9c1294f2 Merge pull request #116 from DataShades/spatial-field-solr-5
#114 solr-spatial-field search Solr 5 compatibility
2016-05-31 15:22:58 +01:00
Adrià Mercader feddf58742 Merge pull request #150 from tomkralidis/doc-pycsw-1.10.4
adjust pycsw requirements docs
2016-05-09 10:24:03 +01:00
Tom Kralidis f6b71297fe adjust pycsw requirements docs 2016-05-06 08:53:04 -04:00
David Read d7e5f7edf2 Merge pull request #149 from ckan/fix-tests-solr
Fix SOLR error in tests
2016-05-04 16:51:58 +01:00
David Read 106f3fcb7f Fix SOLR error in tests. 2016-04-28 10:02:24 +01:00
Adrià Mercader fe2e6260a3 Merge pull request #147 from davychiu/patch-1
Update install.rst postgis package name
2016-04-15 11:13:59 +01:00
Davy Chiu c824088a8a Update install.rst postgis package name 2016-04-12 08:54:38 -07:00
Adrià Mercader f6cf9cd3f0 Merge pull request #144 from tomkralidis/fix-csw-init
fix CSW constructor
2016-01-26 17:03:21 +00:00
Tom Kralidis 143250ea9c fix CSW constructor 2016-01-25 10:33:48 -05:00
amercader 95a8cb931c Merge branch 'geosolutions-it-license' 2016-01-14 12:35:41 +00:00
amercader 918f06fa3c Merge branch 'license' of https://github.com/geosolutions-it/ckanext-spatial into geosolutions-it-license 2016-01-14 12:32:52 +00:00
Tobia Di Pisa 7970f2b656 Metadata license ID check for package: refinements. 2016-01-14 13:17:22 +01:00
amercader 02f01508bf Remove print statement 2016-01-14 12:12:43 +00:00
David Read a3d13216b0 Merge pull request #142 from ckan/fix-test-imports
Fix tests - new locations for test functions
2016-01-14 11:40:32 +00:00
David Read fc3a364a0f Support new locations for test functions. 2016-01-14 09:55:27 +00:00
David Read 7e2f4f957c Merge pull request #141 from tomkralidis/remove-cswinfo
remove cswinfo
2016-01-14 09:47:12 +00:00
amercader a62a54acbb Merge branch 'tomkralidis-force-sortby' 2016-01-13 17:54:57 +00:00
amercader 52a48694b5 Merge branch 'force-sortby' of https://github.com/tomkralidis/ckanext-spatial into tomkralidis-force-sortby 2016-01-13 17:54:40 +00:00
Tom Kralidis fc4c37c4c3 add super to init 2016-01-13 12:49:11 -05:00
Adrià Mercader 94b53e618f Merge pull request #139 from nbtetreault/patch-2
Update map-widgets.rst
2016-01-13 18:38:36 +01:00
Adrià Mercader 11b13cd132 Merge pull request #129 from nbtetreault/patch-1
Set tms option for custom layer
2016-01-13 18:38:10 +01:00
Adrià Mercader 29abbeb1bb Merge pull request #132 from ckan/paster-speedup
Speed up non-spatial paster commands.
2016-01-13 18:36:32 +01:00
Tom Kralidis a28baf4c7e remove cswinfo 2016-01-13 12:33:27 -05:00
Adrià Mercader cbc23617b2 Merge pull request #137 from tomkralidis/docs-1
update docs, remove code not used
2016-01-13 18:33:03 +01:00
Tobia Di Pisa 3a6342cd9d Metadata license ID check for package 2016-01-13 17:43:13 +01:00
Nicolas Brisebois-Tétreault b67f14842b Update map-widgets.rst
Add info about "how to configure tms"

https://github.com/ckan/ckanext-spatial/pull/129
2016-01-11 16:34:31 -05:00
Tom Kralidis c2b8f8ea82 update docs, remove code not used 2015-12-30 11:22:23 -05:00
David Read 005e47c635 Merge pull request #135 from tomkralidis/issue-134
remove legacy CSW server implementation
2015-12-29 20:08:59 +00:00
Tom Kralidis e4ffbe611b remove legacy CSW server implementation 2015-12-26 08:40:49 -05:00
Tom Kralidis eb9cd6fc1c force all CSW GetRecords requests to set ogc:SortBy to ensure proper ordering 2015-12-25 14:09:37 -05:00
Ross Jones e6fa57055f Speed up non-spatial paster commands.
Because plugins are loaded for every paster command, regardless of which
paster command is being run, when lots of plugins are installed startup
time can be substantial.

To fix this, making sure that plugin.py in various extensions doesn't
import unnecessary (and potentially slow) modules, this PR moves the
imports of some function into the function where they are called.

This reduces paster startup time (for me) by up to .5 seconds, which
while not significant by itself, contributes to my current 8 second
startup time.
2015-12-02 10:42:28 +00:00
amercader 7b467ebdd7 Add redis to travis setup 2015-12-01 13:14:17 +00:00
amercader ef9c3140db Explicitly set redis as harvest backend on test 2015-12-01 13:00:55 +00:00
David Read 6dda14981c Merge pull request #131 from LondonAppDev/master
Fixed typos.
2015-11-13 21:26:48 +00:00
LondonAppDev 55e6dfcb04 Update install.rst 2015-11-13 11:28:15 +00:00
LondonAppDev 1d50234ee9 Update install.rst
Fixed typo.
2015-11-13 11:12:25 +00:00
Nicolas Brisebois-Tétreault 3543ebba87 Set tms option for custom layer
Set the L.TileLayer as a TMS. It's required if the base layer specified in custom.url is a TMS. The default value of tms is false in Leaflet.
To use the TMS option, ```ckanext.spatial.common_map.tms = true``` has to be set in the ckan .INI file.

Same as https://github.com/ckan/ckanext-geoview/pull/24
2015-11-06 10:40:34 -05:00
amercader 7846fa7d10 Merge branch 'eawag-rdm-fix-map-attribution' 2015-10-23 16:26:48 +01:00
amercader 6cb922fdd3 Merge branch 'fix-map-attribution' of https://github.com/eawag-rdm/ckanext-spatial into eawag-rdm-fix-map-attribution 2015-10-23 16:26:38 +01:00
amercader 6f776fa3eb Merge branch 'neothemachine-patch-1' 2015-10-23 16:24:30 +01:00
amercader 8341611cd6 Merge branch 'patch-1' of https://github.com/neothemachine/ckanext-spatial into neothemachine-patch-1 2015-10-23 16:23:53 +01:00
Harald von Waldow aa68ac5bbf fix map attribution 2015-10-23 11:00:55 +02:00
David Read 77e7b0eb31 Merge pull request #126 from ckan/requests-version
[#2470] Allow newer requests versions.
2015-10-22 20:32:50 +01:00