Results 43 issues of Elliot Hallmark

Creating a 250 MB map takes around half an hour (? I have no idea) on my little netbook. A 3 MB file takes ~270 seconds. This makes it difficult...

enhancement

Since polygons will always be in WGS84 spatial reference, we should be able to specify a a decent area threshold at the Map level. A static number would not work...

enhancement

let the OGRGeometry object say if it is a line, ploygon or multipolygon. However, markers have more data kwargs so I don't know if it makes sense to allow the...

there needs to be some object that gives you quick access to nice brewer color maps. 1) sequential colors, with a default if you try to access more colors than...

enhancement

both Apps and Datasets could have markers, lines and polygons. This would be useful for displaying context that all the datasets benefit from.

enhancement

In response to a feature request by email I responded (note, main.jas has been edited since this and the line numbers are at least a few off): I did make...

enhancement

is it u'unicode'? does it have a dash in it? It might break the app. The id's are used as css class names and are limited in what they can...

have map and app modify the ids of their children so they can be just numbers or simple context ignorant identifiers, but still be unique when given to the javascript.

It does if it's wrapped in a tag like or . main.js should do this for us so we don't have to worry about it, and give us a css...

For instance, example2.html. if you click on the polygon check box first, then the polyline, the polyline will not be editable. if you click on the polyline first and then...