navibyte / geospatial

Geospatial data structures, tools and utilities for Dart and Flutter.
Other
52 stars 5 forks source link

Add World Mercator WGS84 Quad tile matrix set #120

Closed navispatial closed 5 months ago

navispatial commented 2 years ago

Enhancing further implementations of #57 and #114.

"Web Mercator Quad" or "Spherical Mercator" or "Pseudo-Mercator" was already implemented in #57. It's most commonly used projection and tile matrix set in web maps, but based on spherical calculations, not ellipsoidal....

So the Open Geospatial Consortium has defined "World Mercator WGS84 Quad" that is the same as "Web Mercator Quad" but based on ellipsoidal calculations.

OGC Two Dimensional Tile Matrix Set:

navispatial commented 5 months ago

Currently geobase supports "WebMercatorQuad" and " GlobalGeodeticQuad / World CRS 84" that are most widely use. The geobase package is "base" tool, not aimed to implement tile matrices for all applications.

So closing this - let's see if needs are later identified for "World Mercator WGS84 Quad" and then reconsider again.

navispatial commented 5 months ago

Not actually "completed" but "rejected" until further notice...