Changes between Version 1 and Version 2 of Future/ClientSideVectorView
- Timestamp:
- 06/26/13 16:27:10 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Future/ClientSideVectorView
v1 v2 78 78 It is envisioned the final transpiled core can render features off of a HTML5 canvas element and a JS-proxied RS_FeatureReader instance which wraps a collection of GeoJSON features or OpenLayers vectors, with a library like Proj4js taking over the role of CS-Map for client-side coordinate transformation needs. 79 79 80 === Current roadblocks with this approach === 81 82 * The Stylization library is still tightly bound to the FDO Expression Engine. Ideally expression evaluation should be abstracted out to a separate class and all FDO-specific things happen within this class. A common base class should then be extracted out of this one so that we can provide an emscripten-compatible alternative and exclude the FDO-based one from the emscripten build profile. 83 80 84 == Building a new client-side API around this core == 81 85