Open mcauser opened 2 years ago
@PeterMain are we able to make this style public so that other can use it with their own API token?
know this is an old issue but just in case:
For the Mapbox style to match Helium Explorer, use this:
mapStyle="mapbox://styles/petermain/cko1ewc0p0st918lecxa5c8go"
for a "dark monochrome" Mapbox style I've got this one as well:
mapStyle="mapbox://styles/samgutentag/ck19iyqtm2qxq1cp33qe5i30q"
Hi, I tried setting this up on my machine, following the steps in the readme.
When I navigate to http://0.0.0.0:4000/ I noticed a 404:
https://api.mapbox.com/styles/v1/petermain/ckmwdn50a1ebk17o3h5e6wwui?access_token=(my token)
{"message":"Style not found"}
I saw somewhere else this could be caused by the style being in private mode. If that's the case, would it be possible to make it public?