Earlier quoted context omitted.
> Do you know of any tile service offering colored, shaded elevation reliefs? Does that imply variation in coloration based on elevation? (Just making sure I understand your question.) We have limited support for basic hillshading and are actively looking into contour lines. Coloration for various elevations is something we do not currently offer (nor am I aware of any other providers), but it is something we would b…
Yes, color for elevation and shading for slope. Another use case that I've been searching for is a tile set not of images, but of just elevation data. So that I could implement something similar to google earth's lat/lng/elevation info wherever your mouse cursor is.
How Mapbox Is Winning Over Developers to Challenge Google's Mapping Dominance
71–80 of 114 posts
Re: How Mapbox Is Winning Over Developers to Challenge Google's Mapping Dominance
#72Since Google Maps jacked up their prices a few days ago, I've been exploring alternatives, including Mapbox. Unfortunately Mapbox is also very steep for a solo developer developer who wants to build a side project - at least if it's considered 'commercial'. $500 / month for only 250 users, and no way to plan beyond that without inquiring with them about an "enterprise" plan. Also, if anyone from Mapbox is reading thi…
Re: How Mapbox Is Winning Over Developers to Challenge Google's Mapping Dominance
#73Re: How Mapbox Is Winning Over Developers to Challenge Google's Mapping Dominance
#74A bit tangential, but I have been unable to find a price-friendly static maps provider for embedding in PDF and print. Anyone have suggestions?
Re: How Mapbox Is Winning Over Developers to Challenge Google's Mapping Dominance
#75Earlier quoted context omitted.
Yes, color for elevation and shading for slope. Another use case that I've been searching for is a tile set not of images, but of just elevation data. So that I could implement something similar to google earth's lat/lng/elevation info wherever your mouse cursor is.
You don't need a web service for that. The data is free, search for "SRTM" and download the continents you need. https://en.wikipedia.org/wiki/Shuttle_Radar_Topography_Missi...
Re: How Mapbox Is Winning Over Developers to Challenge Google's Mapping Dominance
#76Earlier quoted context omitted.
The Mapbox map is tracking its users. Based on that location data they can derive unmapped roads, turning restrictions, traffic jams (and time-of-day congestion), construction. And feeding other machine learning system to improve the data set. In a recent press release they talk about deployed sensors, no longer users. Google Maps knows when rush hour at your local gym is, Mapbox wants the same. It's a big selling po…
Any ideas about how they're solving the need to constantly update meta data like speed limits or POI names? This is the part of the OSM data set I found particularly weak when comparing vs. Google Maps.
https://www.mapillary.com/imagery is using image recognition for traffic signs and lists Mapbox as a user.
Re: How Mapbox Is Winning Over Developers to Challenge Google's Mapping Dominance
#77How does mapbox compare to carto.com ?
Re: How Mapbox Is Winning Over Developers to Challenge Google's Mapping Dominance
#78Earlier quoted context omitted.
Yes, color for elevation and shading for slope. Another use case that I've been searching for is a tile set not of images, but of just elevation data. So that I could implement something similar to google earth's lat/lng/elevation info wherever your mouse cursor is.
Have you evaluated SRTM (or some patched up derivative) for your latter use case?
Re: How Mapbox Is Winning Over Developers to Challenge Google's Mapping Dominance
#79More crucially, they are winning over executives of medium-to-large internet businesses with superior sales and marketing. Individual engineers at these places do not have the power to make decisions about which map software to use, which are often six- or seven-figure contracts. Mapbox offers a service that is comparable to Google Maps in terms of price, quality and flexibility. From a technical standpoint, there ar…
Re: How Mapbox Is Winning Over Developers to Challenge Google's Mapping Dominance
#80Earlier quoted context omitted.
You don't need a web service for that. The data is free, search for "SRTM" and download the continents you need. https://en.wikipedia.org/wiki/Shuttle_Radar_Topography_Missi...
Sure but I have no expertise on how to take those files and turn them into a tiles that correspond with the same basemap image tiles. Also ideally the service would incorporate more than just SRTM, including for example the USGS high res DEM where available.