Cities-Skylines-heightmap-generator icon indicating copy to clipboard operation
Cities-Skylines-heightmap-generator copied to clipboard

Please provide instructions for self-hosting

Open lpinter opened this issue 9 months ago • 3 comments

I would like to self-host your awesome site and use it with my own MapBox token to reduce the load on your token. Please provide instructions on how to self host your site, I have a Windows 11 workstation.

As others suggested, if the site would have a field for a token, everyone could create and use their own MapBox token, so you would not have to maintain and pay for it.

Thank you so much for the great service you provide for the community.

lpinter avatar May 02 '24 06:05 lpinter

I have had success with my own token, kind of. I just replaced the token in the code and ran the whole the in the console, which loads the map, but the downloads still won't work for some reason.

Justang-14 avatar May 02 '24 14:05 Justang-14

I have had success with my own token, kind of. I just replaced the token in the code and ran the whole the in the console, which loads the map, but the downloads still won't work for some reason.

I've had the same issue when I tried this method. Any solution so far?

n3gpCTS avatar May 07 '24 15:05 n3gpCTS

I found a fork of this called Unreal Map Bridge, for height map imports etc. to Unreal studio. It still has the same web functionality. map.justgeektechs.com

Justang-14 avatar May 08 '24 01:05 Justang-14

  1. Clone repo
  2. Create nginx / apache server and configure it (google: digitalocean apache2 lamp, but ignore mysql and php part)
  3. Upload files to the server
  4. Change api token in app.js
  5. Enjoy

sysoppl avatar Jun 11 '24 07:06 sysoppl