Protomaps – A free and open source map of the world
protomaps.com
Protomaps – A free and open source map of the world
1–10 of 169 posts
Re: Protomaps – A free and open source map of the world
#2The reason I want that is, almost all humans have a GPS device in their pocket. You could easily get your approximate location from this, even without cell service. Implementation could be a PWA.
Re: Protomaps – A free and open source map of the world
#3I don't fully understand LLC except that they protect owners from company liability.
Just trying to figure out what the goal for this company is.
Re: Protomaps – A free and open source map of the world
#4Re: Protomaps – A free and open source map of the world
#5Usually .com domains were used by commercial entities, and protomaps.com seems like it might have cost some money. I don't fully understand LLC except that they protect owners from company liability. Just trying to figure out what the goal for this company is.
They seem to be explicitly noncommercial
Re: Protomaps – A free and open source map of the world
#6See, for instance, "How The Post is replacing Mapbox with open source solutions" https://www.kschaul.com/post/2023/02/16/how-the-post-is-repl...
Re: Protomaps – A free and open source map of the world
#7> PMTiles is a single-file archive format for pyramids of tiled data. A PMTiles archive can be hosted on a storage platform like S3, and enables low-cost, zero-maintenance map applications.
> PMTiles is a general format for tiled data addressed by Z/X/Y coordinates. This can be cartographic basemap vector tiles, remote sensing observations, JPEG images, or more.
> PMTiles readers use HTTP Range Requests to fetch only the relevant tile or metadata inside a PMTiles archive on-demand.
> The arrangement of tiles and directories is designed to minimize the amount of overhead requests when panning and zooming.
Re: Protomaps – A free and open source map of the world
#8It would be interesting to see a cost comparison: recommended hosting setup vs Google Maps, and at what point the line intersects.
Re: Protomaps – A free and open source map of the world
#9For a while I've wanted an SVG map with a JS API where you can input latitude and longitude and show the point on it. I hope this will do that! The reason I want that is, almost all humans have a GPS device in their pocket. You could easily get your approximate location from this, even without cell service. Implementation could be a PWA.