Note: These instructions are for Mac OS.
-
Clone repo to your local machine.
-
Edit MapidTestServer/index.js to point to your directory,
app.use(express.static('/test-mapids/www')); -
Install node.js and express.js (npm install express --save).
-
To start node server, run the command node index.js in MapidTestServer/.
-
Go to your favorite browser and enter the url http://localhost:8888. Enter the tile fetcher url in the form and submit.
Example tile fetcher url, https://earthengine.googleapis.com/v1alpha/projects/earthengine-legacy/maps/82608ad37a5061e731b033083f0eebb9-b4908a65761429930734a72853f5b140/tiles/{z}/{x}/{y}. -
Give the map a minute to load.
-
Repeat with other tile fetcher urls.