web-mapping 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/404.html +24 -24
- data/README.md +3 -1
- data/_includes/head.html +1 -1
- data/_includes/leafletmap.html +1 -1
- data/_layouts/default.html +1 -1
- data/_layouts/page.html +1 -1
- data/assets/css/main.scss +1 -1
- data/{data → assets/data}/DOITT_MUSEUM_01_13SEPT2010.geojson +0 -0
- data/{data → assets/data}/DOITT_THEATER_01_13SEPT2010.geojson +0 -0
- data/{data → assets/data}/boroughs.geojson +0 -0
- data/{data → assets/data}/subways.geojson +0 -0
- data/assets/js/app.js +4 -4
- data/index.md +3 -0
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5cb38e757514cc3d82295580869d3e6006caa5ce65f4a79f81f54d97ad3e3a5f
|
|
4
|
+
data.tar.gz: '0679819adad380c01323897223b04cda101381b2bc740f9b951bc8b6bfeb9807'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c64994a2a7cc57df3685ff48f9a0880b9cbb159eae00eb010716c91e39cdd6f390d5545a9656f13642a5f4b3a5f170082c64fe29a1acc77a94b81428afbcab8
|
|
7
|
+
data.tar.gz: 1ecb417cf0cbb14a78673130b6491c541723817911956ab0e46f4ec81e648de4572726ac2f9d8cb0ce948113ac428c924daca1cd295d8420cac70e8f137c57c1
|
data/404.html
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
---
|
|
2
|
-
layout: default
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
<style type="text/css" media="screen">
|
|
6
|
-
.container {
|
|
7
|
-
margin: 10px auto;
|
|
8
|
-
max-width: 600px;
|
|
9
|
-
text-align: center;
|
|
10
|
-
}
|
|
11
|
-
h1 {
|
|
12
|
-
margin: 30px 0;
|
|
13
|
-
font-size: 4em;
|
|
14
|
-
line-height: 1;
|
|
15
|
-
letter-spacing: -1px;
|
|
16
|
-
}
|
|
17
|
-
</style>
|
|
18
|
-
|
|
19
|
-
<div class="container">
|
|
20
|
-
<h1>404</h1>
|
|
21
|
-
|
|
22
|
-
<p><strong>Page not found :(</strong></p>
|
|
23
|
-
<p>The requested page could not be found.</p>
|
|
24
|
-
</div>
|
|
1
|
+
---
|
|
2
|
+
layout: default
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
<style type="text/css" media="screen">
|
|
6
|
+
.container {
|
|
7
|
+
margin: 10px auto;
|
|
8
|
+
max-width: 600px;
|
|
9
|
+
text-align: center;
|
|
10
|
+
}
|
|
11
|
+
h1 {
|
|
12
|
+
margin: 30px 0;
|
|
13
|
+
font-size: 4em;
|
|
14
|
+
line-height: 1;
|
|
15
|
+
letter-spacing: -1px;
|
|
16
|
+
}
|
|
17
|
+
</style>
|
|
18
|
+
|
|
19
|
+
<div class="container">
|
|
20
|
+
<h1>404</h1>
|
|
21
|
+
|
|
22
|
+
<p><strong>Page not found :(</strong></p>
|
|
23
|
+
<p>The requested page could not be found.</p>
|
|
24
|
+
</div>
|
data/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# web-mapping
|
|
2
2
|
|
|
3
|
+
[](https://badge.fury.io/rb/web-mapping)
|
|
4
|
+
[](https://badge.fury.io/gh/wslerry%2Fweb-mapping)
|
|
5
|
+
|
|
3
6
|
Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
|
|
4
7
|
|
|
5
8
|
To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
|
|
@@ -49,4 +52,3 @@ To add a custom directory to your theme-gem, please edit the regexp in `web-mapp
|
|
|
49
52
|
## License
|
|
50
53
|
|
|
51
54
|
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
|
52
|
-
|
data/_includes/head.html
CHANGED
data/_includes/leafletmap.html
CHANGED
|
@@ -222,4 +222,4 @@
|
|
|
222
222
|
<script src="https://api.tiles.mapbox.com/mapbox.js/plugins/leaflet-markercluster/v0.4.0/leaflet.markercluster.js"></script>
|
|
223
223
|
<script src="https://api.tiles.mapbox.com/mapbox.js/plugins/leaflet-locatecontrol/v0.43.0/L.Control.Locate.min.js"></script>
|
|
224
224
|
<script src="assets/leaflet-groupedlayercontrol/leaflet.groupedlayercontrol.js"></script>
|
|
225
|
-
<script src="assets/js/app.js"></script>
|
|
225
|
+
<script src="{{ '/assets/js/app.js' | prepend: site.url }}"></script>
|
data/_layouts/default.html
CHANGED
data/_layouts/page.html
CHANGED
data/assets/css/main.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import "web-mapping-theme";
|
|
1
|
+
@import "web-mapping-theme";
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/assets/js/app.js
CHANGED
|
@@ -159,7 +159,7 @@ var boroughs = L.geoJson(null, {
|
|
|
159
159
|
});
|
|
160
160
|
}
|
|
161
161
|
});
|
|
162
|
-
$.getJSON("data/boroughs.geojson", function (data) {
|
|
162
|
+
$.getJSON("assets/data/boroughs.geojson", function (data) {
|
|
163
163
|
boroughs.addData(data);
|
|
164
164
|
});
|
|
165
165
|
|
|
@@ -209,7 +209,7 @@ var subwayLines = L.geoJson(null, {
|
|
|
209
209
|
});
|
|
210
210
|
}
|
|
211
211
|
});
|
|
212
|
-
$.getJSON("data/subways.geojson", function (data) {
|
|
212
|
+
$.getJSON("assets/data/subways.geojson", function (data) {
|
|
213
213
|
subwayLines.addData(data);
|
|
214
214
|
});
|
|
215
215
|
|
|
@@ -259,7 +259,7 @@ var theaters = L.geoJson(null, {
|
|
|
259
259
|
}
|
|
260
260
|
}
|
|
261
261
|
});
|
|
262
|
-
$.getJSON("data/DOITT_THEATER_01_13SEPT2010.geojson", function (data) {
|
|
262
|
+
$.getJSON("assets/data/DOITT_THEATER_01_13SEPT2010.geojson", function (data) {
|
|
263
263
|
theaters.addData(data);
|
|
264
264
|
map.addLayer(theaterLayer);
|
|
265
265
|
});
|
|
@@ -302,7 +302,7 @@ var museums = L.geoJson(null, {
|
|
|
302
302
|
}
|
|
303
303
|
}
|
|
304
304
|
});
|
|
305
|
-
$.getJSON("data/DOITT_MUSEUM_01_13SEPT2010.geojson", function (data) {
|
|
305
|
+
$.getJSON("assets/data/DOITT_MUSEUM_01_13SEPT2010.geojson", function (data) {
|
|
306
306
|
museums.addData(data);
|
|
307
307
|
});
|
|
308
308
|
|
data/index.md
ADDED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: web-mapping
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lerry William
|
|
@@ -73,6 +73,10 @@ files:
|
|
|
73
73
|
- _layouts/post.html
|
|
74
74
|
- _sass/web-mapping-theme.scss
|
|
75
75
|
- assets/css/main.scss
|
|
76
|
+
- assets/data/DOITT_MUSEUM_01_13SEPT2010.geojson
|
|
77
|
+
- assets/data/DOITT_THEATER_01_13SEPT2010.geojson
|
|
78
|
+
- assets/data/boroughs.geojson
|
|
79
|
+
- assets/data/subways.geojson
|
|
76
80
|
- assets/img/favicon-120.png
|
|
77
81
|
- assets/img/favicon-152.png
|
|
78
82
|
- assets/img/favicon-196.png
|
|
@@ -86,10 +90,7 @@ files:
|
|
|
86
90
|
- assets/leaflet-groupedlayercontrol/leaflet.groupedlayercontrol.css
|
|
87
91
|
- assets/leaflet-groupedlayercontrol/leaflet.groupedlayercontrol.js
|
|
88
92
|
- assets/main.css
|
|
89
|
-
-
|
|
90
|
-
- data/DOITT_THEATER_01_13SEPT2010.geojson
|
|
91
|
-
- data/boroughs.geojson
|
|
92
|
-
- data/subways.geojson
|
|
93
|
+
- index.md
|
|
93
94
|
homepage: https://github.com/wslerry/web-mapping
|
|
94
95
|
licenses:
|
|
95
96
|
- MIT
|