Skip to content

Commit

Permalink
bump version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jjimenezshaw committed Jan 20, 2018
1 parent 8a40629 commit 29a7944
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Leaflet 0.7 compatible!](https://img.shields.io/badge/Leaflet%200.7-%E2%9C%93-1EB300.svg?style=flat)](http://leafletjs.com/reference-0.7.7.html)
[![Leaflet 1.x compatible!](https://img.shields.io/badge/Leaflet%201.x-%E2%9C%93-1EB300.svg?style=flat)](http://leafletjs.com/reference.html)

Simple [UTM](https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system) (WGS84) methods for L.LatLng. Tested with Leaflet 0.7, 1.0.3, 1.1.0 and 1.2.0.
Simple [UTM](https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system) (WGS84) methods for L.LatLng. Tested with Leaflet 0.7, 1.0.3, 1.1.0, 1.2.0 and 1.3.1.

Based on javascript code from Chuck Taylor's [Toolbox](http://home.hiwaay.net/~taylorc/toolbox/geography/geoutm.html).

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet.utm",
"version": "0.0.4",
"version": "0.0.5",
"homepage": "https://github.com/jjimenezshaw/Leaflet.UTM",
"authors": [
"Javier Jimenez Shaw"
Expand Down
6 changes: 2 additions & 4 deletions examples/input.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
<head>
<meta charset="utf-8">
<title>Leaflet UTM Demo</title>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-wcw6ts8Anuw10Mzh9Ytw4pylW8+NAD4ch3lqm9lzAsTxg0GFeJgoAtxuCLREZSC5lUXdVyo/7yfsqFjQ4S+aKw=="
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
crossorigin=""/>
<script src="https://unpkg.com/[email protected]/dist/leaflet-src.js"
integrity="sha512-sIPSXEX730B6EcdQyVPmIGp7f7ZrxIuECnkwYtPpEltG6NqOVtmBNoxHkMamNsAOHLMnDFaUoJYA4PWtzNZDuA=="
<script src="https://unpkg.com/[email protected]/dist/leaflet-src.js"
crossorigin=""></script>

<style type="text/css">
Expand Down
6 changes: 2 additions & 4 deletions examples/markers.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
<head>
<meta charset="utf-8">
<title>Leaflet UTM Demo</title>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-wcw6ts8Anuw10Mzh9Ytw4pylW8+NAD4ch3lqm9lzAsTxg0GFeJgoAtxuCLREZSC5lUXdVyo/7yfsqFjQ4S+aKw=="
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
crossorigin=""/>
<script src="https://unpkg.com/[email protected]/dist/leaflet-src.js"
integrity="sha512-sIPSXEX730B6EcdQyVPmIGp7f7ZrxIuECnkwYtPpEltG6NqOVtmBNoxHkMamNsAOHLMnDFaUoJYA4PWtzNZDuA=="
<script src="https://unpkg.com/[email protected]/dist/leaflet-src.js"
crossorigin=""></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.4.3/proj4.js"></script>
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet.utm",
"version": "0.0.4",
"version": "0.0.5",
"description": "Converts LatLng to UTM WGS84 in Leaflet",
"main": "L.LatLng.UTM.js",
"directories": {
Expand All @@ -26,16 +26,16 @@
],
"devDependencies": {
"blanket": "^1.2.3",
"chai": "~4.1.0",
"chai": "~4.1.2",
"chai-leaflet": "^0.0.13",
"eslint": "^4.5.0",
"eslint-plugin-html": "^3.2.0",
"leaflet": "^1.2.0",
"mocha": "^3.5.0",
"eslint": "^4.16.0",
"eslint-plugin-html": "^4.0.1",
"leaflet": "^1.3.1",
"mocha": "^5.0.0",
"mocha-phantomjs-core": "^2.1.2",
"mversion": "^1.10.1",
"phantomjs-prebuilt": "^2.1.15",
"proj4": "2.4.3"
"phantomjs-prebuilt": "^2.1.16",
"proj4": "2.4.4"
},
"peerDependencies": {
"leaflet": "^1.0.3"
Expand Down

0 comments on commit 29a7944

Please sign in to comment.