Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

fixed label rendering at small scales (added toFixed) #7

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
6f7c2f8
Changed L.Class to L.Layer that it can support Leaflet 1.0.3.
gn00672312 Jun 15, 2017
bab4b2b
mark more line smooth
lwsu Aug 3, 2016
238bc26
check is Nan
lwsu Oct 9, 2017
94fb279
using leaflet 1.*
lwsu Oct 9, 2017
a9be2e5
Fix, uninit variable
ilblog Jan 15, 2018
5317f4f
Merge pull request #9 from ilblog/patch-1
gn00672312 Jan 16, 2018
820ec93
fit v130
lwsu May 23, 2018
472b54a
remove container
Jun 11, 2018
26835e0
fix(#3) Add dash array option
Jul 3, 2018
620fd2e
Merge pull request #11 from bosworthco/master
gn00672312 Jul 10, 2018
5e02a17
bug fix: graticule can't remove
gn00672312 Jul 19, 2018
ad96a41
fix L.domutil.gettranslatestring bug.
gn00672312 Jul 26, 2018
71473b4
Added MIT License
mdiasanta Aug 5, 2019
024aa4b
Added String trim method
mdiasanta Aug 5, 2019
b8049ca
Merge pull request #18 from mdiasanta/master
gn00672312 Aug 6, 2019
5c9b46e
formatting
zacharyburnett Aug 30, 2019
46bd7a6
fine graticule levels
zacharyburnett Aug 30, 2019
34ab82f
Merge branch 'master' of https://github.com/Leaflet/Leaflet.Graticule
zacharyburnett Aug 30, 2019
0c3c2a2
some more fine level tweaking for default
zacharyburnett Aug 30, 2019
c48cf20
updated countries, README, and defaults
zacharyburnett Sep 9, 2019
4fc76e7
null checks
zacharyburnett Sep 9, 2019
110dd40
add more zoom levels
zacharyburnett Sep 18, 2019
168ea18
Update Leaflet.Graticule.js
zacharyburnett Sep 18, 2019
ebe318d
Merge pull request #1 from zacharyburnett/patch-1
Sep 18, 2019
bddd192
Merge remote-tracking branch 'origin/master'
zacharyburnett Sep 18, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
MIT License

Copyright (c) JS Foundation and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Loading