chronoscio / frontend

Frontend repository for the ChronoScio project
https://chronoscio.now.sh
GNU General Public License v3.0
3 stars 0 forks source link

Do we use Mapbox? #41

Open amaury1093 opened 5 years ago

amaury1093 commented 5 years ago

Pros:

Cons:

Alternatives:

ataalik commented 5 years ago

Do you mean as the mapping library, the tile host or both?

  1. If you mean as tile host: If it's possible I would rather keeping mapbox with a simple shaded relief style map. Being able to see topographic features is important.
    Alternatives I know of:

    • http://www.maptiler.com/ (not that familiar)
    • google maps (not sure if it can be stylized)
    • open street map ( has a few different options for style but anything apart from the main server is unreliable)
  2. if you mean as the mapping library I think there are better alternatives. One thing I really wanted was having a globe. They added it recently to google maps. I was able to find some ways of doing it

    • d3 has a globe module but it gets laggy quite fast and map tiles are not supported
    • https://cesiumjs.org/ and by extension http://www.webglearth.org/ (supports geojson, regular raster tiles, terrain imagery, 3d models etc. A really good choice that I just recently found. )
    • obviously leaflet. Pretty standard stuff.
amaury1093 commented 5 years ago

Nice inputs, thanks! Yes, I meant the library (your number 2).