From dd82f6fe6228abb25450ec09bfa70ef5690aa8ba Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 15 Jun 2014 12:32:22 +0100 Subject: Add some OSM projects --- .gitmodules | 9 +++++++++ projects/osm/healthmap.mdwn | 8 ++++++++ projects/osm/healthmap/map | 1 + projects/osm/leaflet-indoor | 1 + projects/osm/leaflet-indoor.mdwn | 8 ++++++++ projects/osm/leaflet-soton | 1 + projects/osm/leaflet-soton.mdwn | 8 ++++++++ projects/osm/node-mongosm.mdwn | 8 ++++++++ 8 files changed, 44 insertions(+) create mode 100644 .gitmodules create mode 100644 projects/osm/healthmap.mdwn create mode 160000 projects/osm/healthmap/map create mode 160000 projects/osm/leaflet-indoor create mode 100644 projects/osm/leaflet-indoor.mdwn create mode 160000 projects/osm/leaflet-soton create mode 100644 projects/osm/leaflet-soton.mdwn create mode 100644 projects/osm/node-mongosm.mdwn diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f860b10 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "projects/osm/healthmap/map"] + path = projects/osm/healthmap/map + url = https://github.com/cbaines/health-map.git +[submodule "projects/osm/leaflet-indoor"] + path = projects/osm/leaflet-indoor + url = https://github.com/cbaines/leaflet-indoor.git +[submodule "projects/osm/leaflet-soton"] + path = projects/osm/leaflet-soton + url = git://git.cbaines.net/leaflet-soton.git diff --git a/projects/osm/healthmap.mdwn b/projects/osm/healthmap.mdwn new file mode 100644 index 0000000..14bdebb --- /dev/null +++ b/projects/osm/healthmap.mdwn @@ -0,0 +1,8 @@ +[[!meta title="health-map (RHoK)"]] + +# health-map + +The Map + +This tool was developed at a Random Hacks of Kindness event at the University +of Southampton. diff --git a/projects/osm/healthmap/map b/projects/osm/healthmap/map new file mode 160000 index 0000000..679086b --- /dev/null +++ b/projects/osm/healthmap/map @@ -0,0 +1 @@ +Subproject commit 679086b8d0bc393f698b289454d698a0f0c6b33c diff --git a/projects/osm/leaflet-indoor b/projects/osm/leaflet-indoor new file mode 160000 index 0000000..cb980fc --- /dev/null +++ b/projects/osm/leaflet-indoor @@ -0,0 +1 @@ +Subproject commit cb980fc85685334ac88d6cc8d2224d219b80006b diff --git a/projects/osm/leaflet-indoor.mdwn b/projects/osm/leaflet-indoor.mdwn new file mode 100644 index 0000000..e5fbe40 --- /dev/null +++ b/projects/osm/leaflet-indoor.mdwn @@ -0,0 +1,8 @@ +[[!meta title="leaflet-indoor"]] + +# leaflet-indoor + +A leaflet plugin that contains a simple layer and control for making indoor +maps with leaflet. + +Example diff --git a/projects/osm/leaflet-soton b/projects/osm/leaflet-soton new file mode 160000 index 0000000..961caa5 --- /dev/null +++ b/projects/osm/leaflet-soton @@ -0,0 +1 @@ +Subproject commit 961caa50eac6e8d446622f531bd270c67c452510 diff --git a/projects/osm/leaflet-soton.mdwn b/projects/osm/leaflet-soton.mdwn new file mode 100644 index 0000000..7918a65 --- /dev/null +++ b/projects/osm/leaflet-soton.mdwn @@ -0,0 +1,8 @@ +[[!meta title="leaflet-soton"]] + +# leaflet-soton + +A leaflet plugin designed to make it easy to make interactive maps about the +University of Southampton, using free software, and open data. + +Examples diff --git a/projects/osm/node-mongosm.mdwn b/projects/osm/node-mongosm.mdwn new file mode 100644 index 0000000..96abb33 --- /dev/null +++ b/projects/osm/node-mongosm.mdwn @@ -0,0 +1,8 @@ +# node-mongosm + +I used, and contributed to this project when I was playing around with MongoDB +and OSM. + + +https://github.com/sammerry/node-mongosm + -- cgit v1.2.3