Remix.run Logo
stevage 3 days ago

>Vector tiles are not new technology.

Yeah, it really is not. Mapbox Vector Tiles spec came out in 2014, and they've been absolutely standard across all (non-government) web mapping for at least the last 5 years.

gregoriol 2 days ago | parent | next [-]

Indeed almost everyone except Apple's MapKit library for in-app native maps integration is using vector these days.

hopelite 2 days ago | parent [-]

Could you explain why you say that? My understanding is that rasterized tiles are only a graceful degradation when necessary in MapKit, while vector is default, as the behavior and experience would indicate.

gregoriol a day ago | parent [-]

I was referring to using custom vector tiles like the ones in the post with MapKit, not Apple's tiles. The MKTileOverlay is the only way to do it and it only supports bitmap tiles.

showcaseearth 2 days ago | parent | prev [-]

+1. Google launched their (proprietary) vector tiles in 2013 as well, and I'd even argue that vector has been the standard well over 5 years now.