Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienKN committed May 16, 2024
1 parent f0d8fc7 commit 5b05fec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
.sass-cache
*.scssc
demo/leaflet-pmtiles*
demo/leaflet-pmtiles*
*.pmtiles
7 changes: 4 additions & 3 deletions demo/osm-boundaries.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ async function run () {
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map)
*/
class MyBorderSymbolizer {

/* class MyBorderSymbolizer {
draw(context,geom,z,feature) {
context.fillStyle = "transparent"
context.beginPath()
Expand All @@ -26,7 +27,6 @@ async function run () {
}
}
// k-rclone kalisio copy ovh:kargo/data/MBTIles/osm-boundaries-05-01-2024.mbtiles ~/Projets/leaflet-pmtiles/ --progress
class MyPlaceSymbolizer {
place(layout,geom,feature) {
let pt = geom[0][0]
Expand All @@ -51,7 +51,8 @@ async function run () {
return [{anchor:pt,bboxes:[bbox],draw:draw}]
}
}

*/

let LABEL_RULES = [
/*{
dataLayer: "level4",
Expand Down

0 comments on commit 5b05fec

Please sign in to comment.