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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 668a5ac11e703ab9b5c20a6ab6489225a542f0602c9e2b5be41f33486ca80612
4
- data.tar.gz: 243de036715e5537d992063aa728634a0008e432293bdc1e4ba6513320a14212
3
+ metadata.gz: 5cb38e757514cc3d82295580869d3e6006caa5ce65f4a79f81f54d97ad3e3a5f
4
+ data.tar.gz: '0679819adad380c01323897223b04cda101381b2bc740f9b951bc8b6bfeb9807'
5
5
  SHA512:
6
- metadata.gz: 72199c588df96bc7e1e39dc58376b2cc9fa423a4f8afb9f8e02159649ff0d329987c8a20c21a360a78f52c0613e111986ced6cdba525bea4fb6df12fe1618391
7
- data.tar.gz: afd58b3dde2e60cb226fb3503fe748666e5663408a68a6501f405fcd85add2061d3782b3f52ea81c5c9fe42f102ec56cc6e50a4b872862612dbcae916174bf7c
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
+ [![Gem Version](https://badge.fury.io/rb/web-mapping.svg)](https://badge.fury.io/rb/web-mapping)
4
+ [![GitHub version](https://badge.fury.io/gh/wslerry%2Fweb-mapping.svg)](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
@@ -1,4 +1,4 @@
1
- <head prefix="og: http://ogp.me/ns#">
1
+ <head>
2
2
  <meta charset="utf-8">
3
3
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1">
@@ -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>
@@ -1,5 +1,5 @@
1
1
  <!DOCTYPE html>
2
- <html lang="en" dir="ltr">
2
+ <html prefix="og: http://ogp.me/ns#">
3
3
  {% include head.html %}
4
4
  <body>
5
5
  {{ content }}
data/_layouts/page.html CHANGED
@@ -3,5 +3,5 @@ layout: default
3
3
  ---
4
4
 
5
5
  {% include navbar.html %}
6
- {{ content }}
6
+ <!-- {{ content }} -->
7
7
  {% include leafletmap.html %}
data/assets/css/main.scss CHANGED
@@ -1 +1 @@
1
- @import "web-mapping-theme";
1
+ @import "web-mapping-theme";
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
@@ -0,0 +1,3 @@
1
+ ---
2
+ layout: page
3
+ ---
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
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
- - data/DOITT_MUSEUM_01_13SEPT2010.geojson
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