From 18fa1451cc184bf1b20e2b9d5a78b1b3e9875163 Mon Sep 17 00:00:00 2001 From: wkh237 Date: Sat, 17 Dec 2016 21:34:20 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e7c27db..418e220 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This is an instruction about making custom map tiles using [node-map-tiles-edito - Node.JS > 7.1. - **node-canvas** platform dependencies installed. [see instruction](https://github.com/Automattic/node-canvas#installation) +- A valid google map API key ## Prepare Image @@ -23,6 +24,13 @@ Simply clone or download the project $ git clone https://github.com/wkh237/node-map-tiles-editor.git ``` +Before get started, you should replace your Google Map's API KEY in `public/index.html` + +``` + +``` + Then start the node server ``` @@ -33,6 +41,7 @@ Now you should be able to visit the editor via browser : [http://localhost:5000/editor](http://localhost:5000/editor) + ## Create a Region Click the `New` button and input the region's name.