Live data from Hacker News

OpenLayers

openlayers.org

11–20 of 89 posts

Re: OpenLayers

#12

Speaking of, does anyone know a cheaper service than Mapbox and Google Maps for raster tiles? I have an app that uses Leaflet for rendering, and Mapbox purely for its raster tiles (both plain maps and satellite required). Mapbox has been cheap for us, at about $50/mo. But with the new pricing structure taking effect in December, it's now about $450/mo. I believe Google and Bing are both more expensive than that. I've…

For anyone curious like me about Mapbox's new pricing structure taking effect now, they're at https://blog.mapbox.com/new-pricing-46b7c26166e7

Re: OpenLayers

#13
post #8

Earlier quoted context omitted.

If you can find the time to set it up, OpenMapTiles [0] is the way to go. In the long run, you’ll probably save more money than the time it takes to manage. [0] https://openmaptiles.org/

Interesting, thanks. Unfortunately, those tiles are pretty ugly compared to Mapbox, but it might be an option if I can't find anything else. Edit: Also it's $1,000 for commercial use, even to use with OSM data?

You can style the tiles or use your own.

Where did you find the $1000 quote? I know you can have them hosted unlimited for $245/month but I was fairly sure it was free for self-hosted use.

Re: OpenLayers

#14
post #4

Earlier quoted context omitted.

Anyone know how OpenLayers compares to Leaflet today?

Well, I think it has better (official) WebGL support than leaflet, but most all the developers I know are jumping to Mapbox by default. EDIT: My favorite open source library right now is maptalks. Basically mapbox sort of functionality and rendering, but totally free.

In what way is mapbox-gl not free? It's developed in the open, and works with all types of layers. I switched to mapbox-gl the moment it came out, because I already was making my own vector tiles as needed for interactive maps.

There is only one issue I encountered in the short few years it's been my go-to choice, which is that there are no plugins to integrate Google Streetmaps or Streetview. There are however, for leaflet as Google Mutant and Leaflet Pegman.

What is the level of maptalks integration with Google layers? How is it better than mapbox-gl?

EDIT: There is an issue with the zooming and baselayer being completely out of sync with the buildings here: https://maptalks.org/gallery/extrude-buildings/index.html

Re: OpenLayers

#15
post #8

Earlier quoted context omitted.

If you can find the time to set it up, OpenMapTiles [0] is the way to go. In the long run, you’ll probably save more money than the time it takes to manage. [0] https://openmaptiles.org/

Interesting, thanks. Unfortunately, those tiles are pretty ugly compared to Mapbox, but it might be an option if I can't find anything else. Edit: Also it's $1,000 for commercial use, even to use with OSM data?

It's only $20/mo for their commercial cloud offering: https://www.maptiler.com/cloud/plans/

Re: OpenLayers

#16

Earlier quoted context omitted.

Interesting, thanks. Unfortunately, those tiles are pretty ugly compared to Mapbox, but it might be an option if I can't find anything else. Edit: Also it's $1,000 for commercial use, even to use with OSM data?

Could you send an example of a great looking map?

Mapbox's tiles are very good. I particularly like the hybrid terrain + road mode, which you can see here: https://homes.stltoday.com/search

Re: OpenLayers

#17
post #11

Can I get topological maps without roads and so on with this? Is their hight data?

This is a library for presenting map data, you have to specify your map source yourself.

Re: OpenLayers

#18
We used openLayers, ran in to performance issues, switched to Leaflet, and couldn't be happier. Just our experience, for what it's worth.

Re: OpenLayers

#19

Earlier quoted context omitted.

Interesting, thanks. Unfortunately, those tiles are pretty ugly compared to Mapbox, but it might be an option if I can't find anything else. Edit: Also it's $1,000 for commercial use, even to use with OSM data?

You can style the tiles or use your own. Where did you find the $1000 quote? I know you can have them hosted unlimited for $245/month but I was fairly sure it was free for self-hosted use.

It's a little unclear to me. But from what I can gather, the basic software can download data from OSM, but if you want hillshading or satellite, you have to get that separately, and it's part of the $1,000 "production package" [1], which is actually $2,048 for businesses, plus $1,024/year for updates.

[1] https://openmaptiles.com/production-package/

Re: OpenLayers

#20
post #15

Earlier quoted context omitted.

Interesting, thanks. Unfortunately, those tiles are pretty ugly compared to Mapbox, but it might be an option if I can't find anything else. Edit: Also it's $1,000 for commercial use, even to use with OSM data?

It's only $20/mo for their commercial cloud offering: https://www.maptiler.com/cloud/plans/

Only if you're below 500k raster tile downloads per month. The app I need this for is at 5.5m/mo, so it'd be a little more than $245/mo. Still better than Mapbox, though.
Post reply on HN