From ce169d041cd18499de0d9fb11369b51442bf11ff Mon Sep 17 00:00:00 2001 From: stefanocudini Date: Thu, 27 Oct 2016 15:15:31 +0200 Subject: [PATCH] rename --- Gruntfile.js | 2 +- README.md | 2 +- dist/leaflet-layerjson.min.js | 2 +- dist/leaflet-layerjson.src.js | 2 +- examples/calldata.html | 4 ++-- examples/fixed-remote-data.html | 4 ++-- examples/jsonp.html | 4 ++-- examples/overpass.html | 4 ++-- examples/simple.html | 4 ++-- index.html | 6 +++--- package.js | 2 +- style.css | 6 +++--- 12 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 59f684c..324e4e3 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -13,7 +13,7 @@ grunt.initConfig({ meta: { banner: '/* \n'+ - ' * Leaflet Dynamic JSON Layer v<%= pkg.version %> - <%= grunt.template.today("yyyy-mm-dd") %> \n'+ + ' * Leaflet JSON Layer v<%= pkg.version %> - <%= grunt.template.today("yyyy-mm-dd") %> \n'+ ' * \n'+ ' * Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author.name %> \n'+ ' * <%= pkg.author.email %> \n'+ diff --git a/README.md b/README.md index 0658021..466e09d 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Leaflet Dynamic JSON Layer +Leaflet JSON Layer ============ Simple way for transform any JSON data source in a Leaflet Layer! diff --git a/dist/leaflet-layerjson.min.js b/dist/leaflet-layerjson.min.js index 582d5aa..83038dc 100644 --- a/dist/leaflet-layerjson.min.js +++ b/dist/leaflet-layerjson.min.js @@ -1,5 +1,5 @@ /* - * Leaflet Dynamic JSON Layer v0.1.8 - 2016-05-02 + * Leaflet JSON Layer v0.1.8 - 2016-10-27 * * Copyright 2016 Stefano Cudini * stefano.cudini@gmail.com diff --git a/dist/leaflet-layerjson.src.js b/dist/leaflet-layerjson.src.js index 413e88a..3ee22ad 100644 --- a/dist/leaflet-layerjson.src.js +++ b/dist/leaflet-layerjson.src.js @@ -1,5 +1,5 @@ /* - * Leaflet Dynamic JSON Layer v0.1.8 - 2016-05-02 + * Leaflet JSON Layer v0.1.8 - 2016-10-27 * * Copyright 2016 Stefano Cudini * stefano.cudini@gmail.com diff --git a/examples/calldata.html b/examples/calldata.html index b2e3f38..497ae9c 100755 --- a/examples/calldata.html +++ b/examples/calldata.html @@ -1,7 +1,7 @@ - +Leaflet JSON Layer @@ -18,7 +18,7 @@ -

Leaflet Dynamic JSON Layer

+

Leaflet JSON Layer

Data by Callback Example: load data from Javascript Static Obejct and highlights nearby markers to the center

diff --git a/examples/fixed-remote-data.html b/examples/fixed-remote-data.html index 4e7dbc1..4b9bc88 100755 --- a/examples/fixed-remote-data.html +++ b/examples/fixed-remote-data.html @@ -1,13 +1,13 @@ - +Leaflet JSON Layer -

Leaflet Dynamic JSON Layer

+

Leaflet JSON Layer

Remote Fixed Data: load data from remote static JSON

Data offer by unhcr.org API diff --git a/examples/jsonp.html b/examples/jsonp.html index dd7bea1..142cf4b 100755 --- a/examples/jsonp.html +++ b/examples/jsonp.html @@ -1,13 +1,13 @@ -Leaflet Dynamic JSON Layer +Leaflet JSON Layer -

Leaflet Dynamic JSON Layer

+

Leaflet JSON Layer

JSONP Example: get data from 3rd party JSONP service and transform in markers

Data offer by diff --git a/examples/overpass.html b/examples/overpass.html index 4bffa20..796e558 100755 --- a/examples/overpass.html +++ b/examples/overpass.html @@ -1,13 +1,13 @@ -Leaflet Dynamic JSON Layer +Leaflet JSON Layer -

Leaflet Dynamic JSON Layer

+

Leaflet JSON Layer

Example: Show Bars in Rome

Using: Overpass API diff --git a/examples/simple.html b/examples/simple.html index bb206d1..688f8db 100755 --- a/examples/simple.html +++ b/examples/simple.html @@ -1,13 +1,13 @@ - +Leaflet JSON Layer -

Leaflet Dynamic JSON Layer

+

Leaflet JSON Layer

AJAX Example: load json data by Ajax request

For simplicity in this example the server side distributes data always random irrespective of the coordinates, in a real case much more likely server
diff --git a/index.html b/index.html index 2a2c601..798d746 100755 --- a/index.html +++ b/index.html @@ -1,16 +1,16 @@ - Leaflet Dynamic JSON Layer + Leaflet JSON Layer -

Leaflet Dynamic JSON Layer

+

Leaflet JSON Layer

- Simple way for transform any JSON data source in a Leaflet Layer!
+ Simple way for transform any JSON data source in a Dynamic Leaflet Layer!
Other useful stuff for Web Mapping... diff --git a/package.js b/package.js index 3b751c9..5b2ecab 100755 --- a/package.js +++ b/package.js @@ -1,7 +1,7 @@ Package.describe({ name: 'stefcud:leaflet-layerjson', version: '0.1.8', - summary: "Leaflet Dynamic JSON Layer", + summary: "Leaflet JSON Layer", git: "https://github.com/stefanocudini/leaflet-layerjson.git" }); diff --git a/style.css b/style.css index e8a74da..2399e4e 100755 --- a/style.css +++ b/style.css @@ -1,11 +1,11 @@ body { - background: #ddf; - color:#669; + background: #def; + color:#456; margin:20px; } h2,h3,h4,h5 {margin:6px 0} -a {text-decoration: none;} +a {text-decoration: none} p {margin:0 0 20px 0} ul { font-size:.85em;