Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanocudini committed Oct 27, 2016
1 parent db5d97d commit ce169d0
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -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'+
Expand Down
2 changes: 1 addition & 1 deletion 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!
Expand Down
2 changes: 1 addition & 1 deletion dist/leaflet-layerjson.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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
Expand Down
4 changes: 2 additions & 2 deletions examples/calldata.html
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<title>Leaflet JSON Layer</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/maps/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="../style.css" />
Expand All @@ -18,7 +18,7 @@
</style>
</head>
<body>
<h3><a href="../"><big></big> Leaflet Dynamic JSON Layer</a></h3>
<h3><a href="../"><big></big> Leaflet JSON Layer</a></h3>
<h4>Data by Callback Example: <em>load data from Javascript Static Obejct and highlights nearby markers to the center</em></h4>
<div style="clear:both">
<div id="map"></div>
Expand Down
4 changes: 2 additions & 2 deletions examples/fixed-remote-data.html
@@ -1,13 +1,13 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<title>Leaflet JSON Layer</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/maps/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="../style.css" />
</head>
<body>
<h3><a href="../"><big></big> Leaflet Dynamic JSON Layer</a></h3>
<h3><a href="../"><big></big> Leaflet JSON Layer</a></h3>
<h4>Remote Fixed Data: <em>load data from remote static JSON</em></h4>
<div id="post-it">
Data offer by <b><a href="http://data.unhcr.org/">unhcr.org API</a></b>
Expand Down
4 changes: 2 additions & 2 deletions examples/jsonp.html
@@ -1,13 +1,13 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Leaflet Dynamic JSON Layer</title>
<title>Leaflet JSON Layer</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/maps/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="../style.css" />
</head>
<body>
<h3><a href="../"><big></big> Leaflet Dynamic JSON Layer</a></h3>
<h3><a href="../"><big></big> Leaflet JSON Layer</a></h3>
<h4>JSONP Example: <em>get data from 3rd party JSONP service and transform in markers</em></h4>
<div id="post-it">
Data offer by
Expand Down
4 changes: 2 additions & 2 deletions examples/overpass.html
@@ -1,13 +1,13 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Leaflet Dynamic JSON Layer</title>
<title>Leaflet JSON Layer</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/maps/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="../style.css" />
</head>
<body>
<h3><a href="../"><big></big> Leaflet Dynamic JSON Layer</a></h3>
<h3><a href="../"><big></big> Leaflet JSON Layer</a></h3>
<h4>Example: <em>Show Bars in Rome</em></h4>
<div id="post-it">
Using: <b><a href="http://wiki.openstreetmap.org/wiki/Overpass_API">Overpass API</a></b>
Expand Down
4 changes: 2 additions & 2 deletions examples/simple.html
@@ -1,13 +1,13 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<title>Leaflet JSON Layer</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/maps/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="../style.css" />
</head>
<body>
<h3><a href="../"><big></big> Leaflet Dynamic JSON Layer</a></h3>
<h3><a href="../"><big></big> Leaflet JSON Layer</a></h3>
<h4>AJAX Example: <em>load json data by Ajax request</em></h4>
<p>
For simplicity in this example the server side distributes data always random irrespective of the coordinates, in a real case much more likely server<br />
Expand Down
6 changes: 3 additions & 3 deletions index.html
@@ -1,16 +1,16 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Leaflet Dynamic JSON Layer</title>
<title>Leaflet JSON Layer</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/maps/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="style.css" />
</head>

<body>
<h2> Leaflet Dynamic JSON Layer</a></h2>
<h2> Leaflet JSON Layer</a></h2>
<p>
Simple way for transform any JSON data source in a Leaflet Layer!<br />
<big>Simple way for transform any JSON data source in a Dynamic Leaflet Layer!</big>
<iframe src="http://ghbtns.com/github-btn.html?user=stefanocudini&amp;repo=leaflet-layerJSON&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="104px" height="20px"></iframe>
<br />
Other useful stuff for <a href="http://labs.easyblog.it/maps/">Web Mapping...</a>
Expand Down
2 changes: 1 addition & 1 deletion 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"
});

Expand Down
6 changes: 3 additions & 3 deletions 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;
Expand Down

0 comments on commit ce169d0

Please sign in to comment.