The ATLAS Map UI can be utilized to create your own resource map for a custom server.
- Download the latest build
- Copy the json output directory from the ATLAS Extract Plugin
- Generate the slippy map tiles using the latest ServerGridEditor from Grapeshot Games and place in the tiles directory.
- The final structure should be similar to as follows:
├── icons
│ ├── **/*.svg
├── images
│ ├── **/*.png
├── json
│ ├── **/*.json
├── tiles
│ ├── 0
│ ├── ...
│ ├── 6
├ atlasmap.js
├ example.html
├ style.css
This requires npm for development.
Launch a webserver and webpack watch to allow live coding.
The ./public
folder will need basic json export and tiles added.
npm run dev
npm run build:dev
You can use npx http-server ./dev
to view development
npm run build