added drawing api

add GeomBuilder, needs Jts

drawing_api: squashed

drawing_api: use JtsDrawable baseclass

- add makeCircle for testing

drawing_api: cleanups

drawing_api: refactor

drawing_api: use SpatialIndex

drawing_api: optimization + cleanup

drawing_api: VectorLayer

- use VectorLayer for PathLayer

drawing_api: make style builder more consistent with theme api

drawing_api: wip
This commit is contained in:
Hannes Janetzek
2015-06-17 23:21:57 +02:00
parent 3402308ced
commit b174f65122
24 changed files with 1967 additions and 349 deletions

View File

@@ -268,7 +268,7 @@ public class SearchBox {
} catch (Exception e) {
log.debug(wkt);
}
mOverlay.setGeom(g);
//FIXME mOverlay.setGeom(g);
//log.debug("add polygon " + p.length());
} else {