From 8b37e5ca0885e0e6308f0964178d8e3821834776 Mon Sep 17 00:00:00 2001 From: sofish Date: Thu, 23 Jul 2015 11:12:45 +0800 Subject: [PATCH] add geojson --- address.geojson | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 address.geojson diff --git a/address.geojson b/address.geojson new file mode 100644 index 0000000..e6d122e --- /dev/null +++ b/address.geojson @@ -0,0 +1,12 @@ +{ + type: "Point", + coordinates: [ + 121.357632, 31.226403 + ], + properties: { + marker-size: "large", + marker-symbol: "office", + What: "第二届 CSS 中国开发者大会", + Address: "上海市长宁区金钟路999号A座2层 虹桥国际会议中心" + } +}