Changes between Version 1 and Version 2 of Future/ClientSideVectorView


Ignore:
Timestamp:
Jun 26, 2013, 4:27:10 PM (11 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Future/ClientSideVectorView

    v1 v2  
    7878It 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.
    7979
     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
    8084== Building a new client-side API around this core ==
    8185