Live data from Hacker News

SoftBank Leads $164M Bet on Mapbox

wsj.com

31–40 of 60 posts

Re: SoftBank Leads $164M Bet on Mapbox

#31
post #21
post #14

Earlier quoted context omitted.

We build a data store for municipal governments, we have a very light weight data viz tool that allows municipal workers to view the data on a map: http://john.je/mzHm

And why didn't you do it in an open standard data format and just present it on Google Maps?

The Google Maps API is also more expensive than Mapbox.

Re: SoftBank Leads $164M Bet on Mapbox

#32
post #29
post #8

Congrats to the Mapbox guys. Always looked like a cool team. However personally I'm not sure it's a business case that will survive the time. But doesn't matter, with that kind of investment and their current track record they probably live 10+ years, which is well enough in times like these.

Why not? Some companies don't want to host their own tiles server

Certainly, some companies don't want to host their own tile server. But I'm not sure there's $164 million of profit in it.

Re: SoftBank Leads $164M Bet on Mapbox

#33
post #21
post #14

Earlier quoted context omitted.

We build a data store for municipal governments, we have a very light weight data viz tool that allows municipal workers to view the data on a map: http://john.je/mzHm

And why didn't you do it in an open standard data format and just present it on Google Maps?

We have exportability as a first class citizen, so you can push out to google maps, tableau, esri, carto, etc. Data viz is not our core competency or something we intend to do very much of.

Re: SoftBank Leads $164M Bet on Mapbox

#34
My main gripe with Mapbox and perhaps it's something that's been fixed recently? Is that you could never force place names to English whe available. So if you're making a map of Tourist map of thailand then the default for all places will obviously be in Thai, if you want to use the English translations which is in the underlying OSM data you can't. But you can if you roll your own...

Re: SoftBank Leads $164M Bet on Mapbox

#35
post #34

My main gripe with Mapbox and perhaps it's something that's been fixed recently? Is that you could never force place names to English whe available. So if you're making a map of Tourist map of thailand then the default for all places will obviously be in Thai, if you want to use the English translations which is in the underlying OSM data you can't. But you can if you roll your own...

Vector tiles can contain names in multiple languages, and the style sheet can decide how to render: prioritise English, prioritise local, or show both.

Re: SoftBank Leads $164M Bet on Mapbox

#36
post #34

My main gripe with Mapbox and perhaps it's something that's been fixed recently? Is that you could never force place names to English whe available. So if you're making a map of Tourist map of thailand then the default for all places will obviously be in Thai, if you want to use the English translations which is in the underlying OSM data you can't. But you can if you roll your own...

Check this out https://www.mapbox.com/mapbox-gl-js/example/language-switch/

Re: SoftBank Leads $164M Bet on Mapbox

#37
post #7

Mapbox is an amazing product, it's super expensive and pretty hard to swallow the bill every month as a small startup, but the product is just so good, their APIs are fantastic. For sure a company to watch, their COO Roy was the COO of Twilio and he knows what he is doing.

Vector tiles that you can self-host, cache, download for offline use etc.: https://openmaptiles.org

Re: SoftBank Leads $164M Bet on Mapbox

#38
post #34

My main gripe with Mapbox and perhaps it's something that's been fixed recently? Is that you could never force place names to English whe available. So if you're making a map of Tourist map of thailand then the default for all places will obviously be in Thai, if you want to use the English translations which is in the underlying OSM data you can't. But you can if you roll your own...

The `{name}` field that's the default for most place labels in styles is the "local name", in the local symbol system.

Change it to `{name_en}` in your style for place labels, and you'll get English-script names where available.

Re: SoftBank Leads $164M Bet on Mapbox

#39
post #14
post #9

Earlier quoted context omitted.

Can you name a few usecases where you would pay them? Doesn#t have to include your own.

We build a data store for municipal governments, we have a very light weight data viz tool that allows municipal workers to view the data on a map: http://john.je/mzHm

FYI your status page is returning an SSL error. Since you're using HSTS, Chrome is blocking the request altogether.

Re: SoftBank Leads $164M Bet on Mapbox

#40
post #38
post #34

My main gripe with Mapbox and perhaps it's something that's been fixed recently? Is that you could never force place names to English whe available. So if you're making a map of Tourist map of thailand then the default for all places will obviously be in Thai, if you want to use the English translations which is in the underlying OSM data you can't. But you can if you roll your own...

The `{name}` field that's the default for most place labels in styles is the "local name", in the local symbol system. Change it to `{name_en}` in your style for place labels, and you'll get English-script names where available.

Thank you, I will look into it again, admittedly I think it's been at least a year since I last checked into see if it's possible.
Post reply on HN