diff options
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | posts/maptime_southampton_feb_2015.mdwn | 16 | ||||
l--------- | posts/maptime_southampton_feb_2015/maptime.tgz | 1 | ||||
l--------- | posts/maptime_southampton_feb_2015/maptime.zip | 1 | ||||
-rw-r--r-- | projects/osm/leaflet-workshop.mdwn | 8 | ||||
m--------- | projects/osm/leaflet-workshop/leaflet-workshop | 0 | ||||
-rw-r--r-- | tags/Leaflet.mdwn | 4 | ||||
-rw-r--r-- | tags/Maptime.mdwn | 4 | ||||
-rw-r--r-- | tags/workshop.mdwn | 4 |
9 files changed, 41 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index fc0795f..4301283 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "projects/ikiwiki/album"] path = projects/ikiwiki/album url = git://git.cbaines.net/ikiwiki/album-examples.git +[submodule "projects/osm/leaflet-workshop/leaflet-workshop"] + path = projects/osm/leaflet-workshop/leaflet-workshop + url = git://git.cbaines.net/leaflet-workshop.git diff --git a/posts/maptime_southampton_feb_2015.mdwn b/posts/maptime_southampton_feb_2015.mdwn new file mode 100644 index 0000000..0fca34c --- /dev/null +++ b/posts/maptime_southampton_feb_2015.mdwn @@ -0,0 +1,16 @@ +[[!meta title="Leaning to Leaflet, a Maptime Southampton Workshop"]] + +Today I ran a [[!taglink workshop]] at the Southampton [[!taglink Maptime]] +meetup. It covered [[!taglink Leaflet]] for begineers. + +The <a href="projects/osm/leaflet-workshop/leaflet-workshop/">slides</a> are +available, and the material (including the slides) I used can be found in +[[this git +repository|http://git.cbaines.net/?p=leaflet-workshop.git;a=summary]], and is +also available to download as a +[[zip|posts/maptime_southampton_feb_2015/maptime.zip]] or +[[tgz|posts/maptime_southampton_feb_2015/maptime.tgz]] archive. + +All in all, I think the material was well recieved. I was quite glad at the +amount people deviated from the examples that I gave, as that really showed +that there was understanding. diff --git a/posts/maptime_southampton_feb_2015/maptime.tgz b/posts/maptime_southampton_feb_2015/maptime.tgz new file mode 120000 index 0000000..bf1a7aa --- /dev/null +++ b/posts/maptime_southampton_feb_2015/maptime.tgz @@ -0,0 +1 @@ +../../.git/annex/objects/64/k8/SHA256E-s33642604--5c8306134b2fd626b09fcaa6e1fb5d9b270d164d8c2910b7aec1977828d79b8d.tgz/SHA256E-s33642604--5c8306134b2fd626b09fcaa6e1fb5d9b270d164d8c2910b7aec1977828d79b8d.tgz
\ No newline at end of file diff --git a/posts/maptime_southampton_feb_2015/maptime.zip b/posts/maptime_southampton_feb_2015/maptime.zip new file mode 120000 index 0000000..b3df8cf --- /dev/null +++ b/posts/maptime_southampton_feb_2015/maptime.zip @@ -0,0 +1 @@ +../../.git/annex/objects/F4/72/SHA256E-s33802589--1fde308cb8e1c1c69b4ad8f3ffd48048202b237a0901ad0d7c7db1b334cb9a82.zip/SHA256E-s33802589--1fde308cb8e1c1c69b4ad8f3ffd48048202b237a0901ad0d7c7db1b334cb9a82.zip
\ No newline at end of file diff --git a/projects/osm/leaflet-workshop.mdwn b/projects/osm/leaflet-workshop.mdwn new file mode 100644 index 0000000..f5ec7be --- /dev/null +++ b/projects/osm/leaflet-workshop.mdwn @@ -0,0 +1,8 @@ +[[!meta title="Leaflet Workshop"]] + +# Leaflet Workshop + +I wrote this to run at the [[!taglink Maptime]] Southampton meetup, +([[posts/maptime_southampton_feb_2015]]). + +<a href="leaflet-workshop/">View the Slides</a> diff --git a/projects/osm/leaflet-workshop/leaflet-workshop b/projects/osm/leaflet-workshop/leaflet-workshop new file mode 160000 +Subproject 6f023b8d5833b7a3d4d97126e001a426dee252f diff --git a/tags/Leaflet.mdwn b/tags/Leaflet.mdwn new file mode 100644 index 0000000..53654d4 --- /dev/null +++ b/tags/Leaflet.mdwn @@ -0,0 +1,4 @@ +[[!meta title="pages tagged Leaflet"]] + +[[!inline pages="tagged(Leaflet)" actions="no" archive="yes" +feedshow=10]] diff --git a/tags/Maptime.mdwn b/tags/Maptime.mdwn new file mode 100644 index 0000000..0cab39e --- /dev/null +++ b/tags/Maptime.mdwn @@ -0,0 +1,4 @@ +[[!meta title="pages tagged Maptime"]] + +[[!inline pages="tagged(Maptime)" actions="no" archive="yes" +feedshow=10]] diff --git a/tags/workshop.mdwn b/tags/workshop.mdwn new file mode 100644 index 0000000..5985c17 --- /dev/null +++ b/tags/workshop.mdwn @@ -0,0 +1,4 @@ +[[!meta title="pages tagged workshop"]] + +[[!inline pages="tagged(workshop)" actions="no" archive="yes" +feedshow=10]] |