Artem Pavlenko
|
d1f16bb227
|
merge textplacement-merge into feature_impl
|
2012-01-26 13:04:08 +00:00 |
|
Dane Springmeyer
|
4cb9aa44b5
|
update tests to python api for features
|
2012-01-24 15:16:40 -08:00 |
|
Dane Springmeyer
|
e542e90fcf
|
get most of the tests passing
|
2012-01-24 00:27:44 -08:00 |
|
Artem Pavlenko
|
e699ba17cb
|
Merge branch 'master' into feature_impl
|
2012-01-18 07:48:57 -05:00 |
|
Dane Springmeyer
|
fb80de8dfe
|
ogr plugin: for geometry type inspection support older gdal/ogr versions - fixes compile on ubuntu oneiric
|
2012-01-17 18:43:01 -05:00 |
|
Dane Springmeyer
|
820b9a2b25
|
merge master with feature_impl
|
2012-01-17 17:47:27 -05:00 |
|
Dane Springmeyer
|
b0d0d06564
|
finish refactor, moving to separate method off datasources to get_geometry_type and using enums all around
|
2012-01-17 01:09:46 -05:00 |
|
Dane Springmeyer
|
2a137908c3
|
cleanup python datasource api simplifying access to descriptors
|
2012-01-11 20:03:47 -08:00 |
|
Dane Springmeyer
|
f83b0edbe5
|
make failing osm plugin test a todo
|
2012-01-05 18:49:41 -08:00 |
|
Dane Springmeyer
|
b7c69a8462
|
test cleanup
|
2012-01-05 18:48:20 -08:00 |
|
Dane Springmeyer
|
fa93ad7de5
|
more wkb/wkt tests
|
2012-01-05 18:26:01 -08:00 |
|
Dane Springmeyer
|
70bb3805e2
|
test wkb collection output to match wkt output
|
2012-01-05 17:30:21 -08:00 |
|
Dane Springmeyer
|
47e5aff668
|
enable tests comparing wkt/wkb output between shapefiles read with shape.input and ogr.input now that shape reading is fixed up
|
2012-01-05 16:46:19 -08:00 |
|
Dane Springmeyer
|
68e5811491
|
make failing ogr/shape comparison a todo
|
2011-12-22 14:37:32 -08:00 |
|
Dane Springmeyer
|
84b7d198d4
|
fixup fontset tests
|
2011-12-22 12:48:11 -08:00 |
|
Dane Springmeyer
|
b820cf7807
|
Merge branch 'geometry_cleanup'
|
2011-12-22 12:42:05 -08:00 |
|
Dane Springmeyer
|
2701f93a04
|
test cleanups
|
2011-12-22 12:41:51 -08:00 |
|
Dane Springmeyer
|
62983ef214
|
fix import
|
2011-12-22 12:20:03 -08:00 |
|
Dane Springmeyer
|
bed779b465
|
tests: maintain python 2.5 support
|
2011-12-22 12:19:40 -08:00 |
|
Dane Springmeyer
|
ddeac9a16d
|
more tests for geometry wkt and wkb io
|
2011-12-21 15:27:53 -08:00 |
|
Dane Springmeyer
|
b12498f967
|
add test comparing geometry handling between ogr and shape plugin - currently fails
|
2011-12-21 12:26:03 -08:00 |
|
Dane Springmeyer
|
b06a517f02
|
initial map deepcopy test
|
2011-12-20 12:46:35 -08:00 |
|
Dane Springmeyer
|
2c1f5b6ea7
|
tests for fontsets
|
2011-12-20 12:46:20 -08:00 |
|
Dane Springmeyer
|
58c00c844a
|
test fontset non-existance
|
2011-12-20 12:40:14 -08:00 |
|
Dane Springmeyer
|
ea1e5cabb7
|
more robust sqlite subquery tests and first tests of \!intersects\! token - refs #809
|
2011-12-16 09:58:09 -08:00 |
|
Dane Springmeyer
|
6aefbd0d99
|
update tests as per #992
|
2011-12-16 07:22:52 -08:00 |
|
Dane Springmeyer
|
143efad7cd
|
csv plugin: allow values with leading zeros to stay as strings - closes #993 - refs https://github.com/mapbox/tilemill/issues/1007
|
2011-12-12 15:55:33 -08:00 |
|
Dane Springmeyer
|
f0241c0170
|
fully spell out parameters on the map object - refs #977
|
2011-12-05 18:05:35 -08:00 |
|
Dane Springmeyer
|
b78b8e735b
|
add ability to have typed arbitrary parameters in xml - refs #977
|
2011-12-05 14:46:38 -08:00 |
|
Dane Springmeyer
|
1d30cb5698
|
add basic tests for osm plugin
|
2011-12-05 14:30:18 -08:00 |
|
Dane Springmeyer
|
7c0bceb6de
|
tests: ensure ogr plugin throws on non-existant field names (currently fails) - refs #792
|
2011-12-05 13:33:37 -08:00 |
|
Dane Springmeyer
|
df64c1690c
|
add tests for reading shapefiles via ogr
|
2011-12-05 13:32:37 -08:00 |
|
Dane Springmeyer
|
75190a7050
|
tests: test sqlite error behavior on non-existant fields - refs #984/#792
|
2011-12-05 13:24:11 -08:00 |
|
Dane Springmeyer
|
9cb1c9c7f7
|
tests: ensure shapefile plugin throws if invalid query is made - refs #792
|
2011-12-05 12:17:30 -08:00 |
|
Dane Springmeyer
|
0191f9c012
|
tests: ensure postgis plugin throws if invalid query is made - refs #792
|
2011-12-05 12:11:59 -08:00 |
|
Dane Springmeyer
|
37fee4b674
|
csv plugin: ensure that the datasource throws if invalid attributes are queried to keep consistent with other datasource - refs #792
|
2011-12-05 12:03:38 -08:00 |
|
Dane Springmeyer
|
8168cf0f96
|
python: fixup mapnik.Path interface (closes #901), add to_wkb method (closes #831), and add tests for both
|
2011-12-02 19:22:04 -08:00 |
|
Dane Springmeyer
|
e991f3c94e
|
fixup tests around parameters usage
|
2011-12-02 18:00:20 -08:00 |
|
Dane Springmeyer
|
b03ce6e607
|
add support for arbitrary, custom parameters to be attached to the map during load and serialized when saved - refs #977
|
2011-12-02 17:48:09 -08:00 |
|
Dane Springmeyer
|
f108349f56
|
tests: move pickling to separate test
|
2011-12-02 15:21:35 -08:00 |
|
Dane Springmeyer
|
4d5623c1d1
|
tests: postgis tests are optional, so be much less verbose if they cannot be automatically run
|
2011-12-02 12:35:31 -08:00 |
|
Dane Springmeyer
|
3061ebabae
|
pass on rtree count test if pysqlite3 does not support rtree - refs https://github.com/mapnik/mapnik-packaging/issues/8
|
2011-11-30 19:15:11 -08:00 |
|
Dane Springmeyer
|
c3ebf0e332
|
use tempfile modules to construct temporary paths (which should be compatible with windows)
|
2011-11-29 18:15:25 -08:00 |
|
Artem Pavlenko
|
b689670ffd
|
switch back from mapnik2 to mapnik
add mapnik2 module which redirects to mapnik and issues DeprecationWarning
|
2011-11-23 11:33:58 +00:00 |
|
Dane Springmeyer
|
67871acc28
|
fixup postgis test paths
|
2011-11-20 18:17:51 -08:00 |
|
Dane Springmeyer
|
6038af1926
|
add long overdue postgis tests
|
2011-11-20 16:43:47 -08:00 |
|
Dane Springmeyer
|
0999523b87
|
tests: make the sqlite rtree test more flexible
|
2011-11-19 11:39:59 -08:00 |
|
Dane Springmeyer
|
9bf802daeb
|
tests: enforce existance of rtree
|
2011-11-13 17:00:34 -08:00 |
|
Dane Springmeyer
|
69606958f9
|
add test for sqlite rtree creating under high ds initialization concurrency
|
2011-11-13 16:42:37 -08:00 |
|
Dane Springmeyer
|
9022cf8a68
|
tests: warn if no datasources are found
|
2011-11-11 17:03:56 -08:00 |
|