Tagged Questions
10
votes
9answers
1k views
What is a good Javascript web API (preferably open) for building web maps that require little/no maintenance?
I have recently volunteered to make a web map for a local non-profit. The map will be pretty basic. It needs to display Lane county, Oregon split into multiple districts, with a "central office" ...
11
votes
5answers
4k views
Pure JavaScript Library for Geometry Operations
Does anyone know of a pure JavaScript library for doing geometry operations such as buffer, union, intersects, etc? I want to play with doing these operations in the browser. It looks like ...
4
votes
1answer
872 views
OpenLayers Style Question … not working in IE
I'm trying to use OpenLayers to produce a map I'm using the following to style a layer in the map.
It seems to work fine in Firefox but I get javascript error in IE 'symbolizer' is null or not an ...