ODIN icon indicating copy to clipboard operation
ODIN copied to clipboard

loading projection definitions on demand

Open ThomasHalwax opened this issue 5 years ago • 0 comments

OpenLayers uses proj4js to re-project sources to the current view. Since we can't include every projection definition we should provide an easy way to do so.

epsg.io provides frequently used projection definitions. ODIN should

  • [x] only include a minimal set of projection definitions
  • [x] detect if the projection definition for a given source is missing
  • [ ] download the projection definition form epsg.io if allowed by the user
  • [ ] persist the downloaded definition an a (JSON) file

ThomasHalwax avatar Jun 11 '20 16:06 ThomasHalwax