From bf1ecb0a9cfad6e004066382acd4c8e4b853980b Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sun, 7 Apr 2019 22:40:49 +0800 Subject: [PATCH] Add example content of Labs section. --- .../leaflet-js/001-leaflet-js-tutorial.md | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 content/labs/leaflet-js/001-leaflet-js-tutorial.md diff --git a/content/labs/leaflet-js/001-leaflet-js-tutorial.md b/content/labs/leaflet-js/001-leaflet-js-tutorial.md new file mode 100644 index 0000000..01511aa --- /dev/null +++ b/content/labs/leaflet-js/001-leaflet-js-tutorial.md @@ -0,0 +1,48 @@ ++++ +title="Leaflet.jsでMapboxのタイルを用いて地図を表示する" +date=2019-04-08 +publishdate=2019-04-08 +Description="Leaflet.jsでMapboxのタイルを用いて地図を表示するよ" +image="https://farm9.staticflickr.com/8462/29581774242_bf25a0a820_z.jpg" +leaflet=true ++++ + +[Leaflet.js](https://leafletjs.com/)でMapboxのタイルを用いて地図を表示してみます: + +
+ + + +## コード +こんな感じになります: + +``` +
+ + +``` +