-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from wmo-raf/dev
Load js and css resources from local
- Loading branch information
Showing
10 changed files
with
328 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,13 +58,13 @@ def __init__(self, attrs=None): | |
class Media: | ||
css = { | ||
"all": [ | ||
"https://unpkg.com/[email protected]/dist/maplibre-gl.css", | ||
"capeditor/css/cap_detail_page.css", | ||
"capeditor/css/widget/boundary-widget.css", | ||
] | ||
} | ||
js = [ | ||
"https://unpkg.com/[email protected]/dist/maplibre-gl.js", | ||
"https://unpkg.com/@turf/turf/turf.min.js", | ||
"capeditor/js/maplibre-gl.js", | ||
"capeditor/js/turf.min.js", | ||
"capeditor/js/widget/boundary-polygon-widget.js", | ||
] | ||
|
||
|
@@ -97,15 +97,15 @@ def __init__(self, attrs=None): | |
class Media: | ||
css = { | ||
"all": [ | ||
"https://unpkg.com/[email protected]/dist/maplibre-gl.css", | ||
"https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-draw/v1.4.2/mapbox-gl-draw.css", | ||
"capeditor/css/maplibre-gl.css", | ||
"capeditor/css/mapbox-gl-draw.css", | ||
"capeditor/css/widget/polygon-widget.css", | ||
] | ||
} | ||
js = [ | ||
"https://unpkg.com/[email protected]/dist/maplibre-gl.js", | ||
"https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-draw/v1.4.2/mapbox-gl-draw.js", | ||
"https://unpkg.com/@turf/turf/turf.min.js", | ||
"capeditor/js/maplibre-gl.js", | ||
"capeditor/js/mapbox-gl-draw.js", | ||
"capeditor/js/turf.min.js", | ||
"capeditor/js/widget/polygon-widget.js", | ||
] | ||
|
||
|
@@ -138,13 +138,13 @@ def __init__(self, attrs=None): | |
class Media: | ||
css = { | ||
"all": [ | ||
"https://unpkg.com/[email protected]/dist/maplibre-gl.css", | ||
"capeditor/css/maplibre-gl.css", | ||
"capeditor/css/widget/circle-widget.css", | ||
] | ||
} | ||
js = [ | ||
"https://unpkg.com/[email protected]/dist/maplibre-gl.js", | ||
"https://unpkg.com/@turf/turf/turf.min.js", | ||
"capeditor/js/maplibre-gl.js", | ||
"capeditor/js/turf.min.js", | ||
"capeditor/js/widget/circle-widget.js", | ||
] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
|
||
/* Override default control style */ | ||
.mapbox-gl-draw_ctrl-bottom-left, | ||
.mapbox-gl-draw_ctrl-top-left { | ||
margin-left:0; | ||
border-radius:0 4px 4px 0; | ||
} | ||
.mapbox-gl-draw_ctrl-top-right, | ||
.mapbox-gl-draw_ctrl-bottom-right { | ||
margin-right:0; | ||
border-radius:4px 0 0 4px; | ||
} | ||
|
||
.mapbox-gl-draw_ctrl-draw-btn { | ||
border-color:rgba(0,0,0,0.9); | ||
color:rgba(255,255,255,0.5); | ||
width:30px; | ||
height:30px; | ||
} | ||
|
||
.mapbox-gl-draw_ctrl-draw-btn.active, | ||
.mapbox-gl-draw_ctrl-draw-btn.active:hover { | ||
background-color:rgb(0 0 0/5%); | ||
} | ||
.mapbox-gl-draw_ctrl-draw-btn { | ||
background-repeat: no-repeat; | ||
background-position: center; | ||
} | ||
|
||
.mapbox-gl-draw_point { | ||
background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m10 2c-3.3 0-6 2.7-6 6s6 9 6 9 6-5.7 6-9-2.7-6-6-6zm0 2c2.1 0 3.8 1.7 3.8 3.8 0 1.5-1.8 3.9-2.9 5.2h-1.7c-1.1-1.4-2.9-3.8-2.9-5.2-.1-2.1 1.6-3.8 3.7-3.8z"/>%3C/svg>'); | ||
} | ||
.mapbox-gl-draw_polygon { | ||
background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m15 12.3v-4.6c.6-.3 1-1 1-1.7 0-1.1-.9-2-2-2-.7 0-1.4.4-1.7 1h-4.6c-.3-.6-1-1-1.7-1-1.1 0-2 .9-2 2 0 .7.4 1.4 1 1.7v4.6c-.6.3-1 1-1 1.7 0 1.1.9 2 2 2 .7 0 1.4-.4 1.7-1h4.6c.3.6 1 1 1.7 1 1.1 0 2-.9 2-2 0-.7-.4-1.4-1-1.7zm-8-.3v-4l1-1h4l1 1v4l-1 1h-4z"/>%3C/svg>'); | ||
} | ||
.mapbox-gl-draw_line { | ||
background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m13.5 3.5c-1.4 0-2.5 1.1-2.5 2.5 0 .3 0 .6.2.9l-3.8 3.8c-.3-.1-.6-.2-.9-.2-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5c0-.3 0-.6-.2-.9l3.8-3.8c.3.1.6.2.9.2 1.4 0 2.5-1.1 2.5-2.5s-1.1-2.5-2.5-2.5z"/>%3C/svg>'); | ||
} | ||
.mapbox-gl-draw_trash { | ||
background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="M10,3.4 c-0.8,0-1.5,0.5-1.8,1.2H5l-1,1v1h12v-1l-1-1h-3.2C11.5,3.9,10.8,3.4,10,3.4z M5,8v7c0,1,1,2,2,2h6c1,0,2-1,2-2V8h-2v5.5h-1.5V8h-3 v5.5H7V8H5z"/>%3C/svg>'); | ||
} | ||
.mapbox-gl-draw_uncombine { | ||
background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m12 2c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l1 1c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-1-1c-.2-.2-.4-.3-.7-.3zm4 4c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l1 1c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-1-1c-.2-.2-.4-.3-.7-.3zm-7 1c-1 0-1 1-.5 1.5.3.3 1 1 1 1l-1 1s-.5.5 0 1 1 0 1 0l1-1 1 1c.5.5 1.5.5 1.5-.5v-4zm-5 3c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l4.9 4.9c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-4.9-4.9c-.1-.2-.4-.3-.7-.3z"/>%3C/svg>'); | ||
} | ||
.mapbox-gl-draw_combine { | ||
background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="M12.1,2c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l4.9,4.9c0.4,0.4,1,0.4,1.4,0l1-1 c0.4-0.4,0.4-1,0-1.4l-4.9-4.9C12.6,2.1,12.3,2,12.1,2z M8,8C7,8,7,9,7.5,9.5c0.3,0.3,1,1,1,1l-1,1c0,0-0.5,0.5,0,1s1,0,1,0l1-1l1,1 C11,13,12,13,12,12V8H8z M4,10c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l1,1c0.4,0.4,1,0.4,1.4,0l1-1c0.4-0.4,0.4-1,0-1.4 l-1-1C4.5,10.1,4.3,10,4,10z M8,14c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l1,1c0.4,0.4,1,0.4,1.4,0l1-1 c0.4-0.4,0.4-1,0-1.4l-1-1C8.5,14.1,8.3,14,8,14z"/>%3C/svg>'); | ||
} | ||
|
||
.mapboxgl-map.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive { | ||
cursor: pointer; | ||
} | ||
.mapboxgl-map.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive { | ||
cursor: move; | ||
} | ||
.mapboxgl-map.mouse-add .mapboxgl-canvas-container.mapboxgl-interactive { | ||
cursor: crosshair; | ||
} | ||
.mapboxgl-map.mouse-move.mode-direct_select .mapboxgl-canvas-container.mapboxgl-interactive { | ||
cursor: grab; | ||
cursor: -moz-grab; | ||
cursor: -webkit-grab; | ||
} | ||
.mapboxgl-map.mode-direct_select.feature-vertex.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive { | ||
cursor: move; | ||
} | ||
.mapboxgl-map.mode-direct_select.feature-midpoint.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive { | ||
cursor: cell; | ||
} | ||
.mapboxgl-map.mode-direct_select.feature-feature.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive { | ||
cursor: move; | ||
} | ||
.mapboxgl-map.mode-static.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive { | ||
cursor: grab; | ||
cursor: -moz-grab; | ||
cursor: -webkit-grab; | ||
} | ||
|
||
.mapbox-gl-draw_boxselect { | ||
pointer-events: none; | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
width: 0; | ||
height: 0; | ||
background: rgba(0,0,0,.1); | ||
border: 2px dotted #fff; | ||
opacity: 0.5; | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
|
||
/* Override default control style */ | ||
.mapbox-gl-draw_ctrl-bottom-left, | ||
.mapbox-gl-draw_ctrl-top-left { | ||
margin-left:0; | ||
border-radius:0 4px 4px 0; | ||
} | ||
.mapbox-gl-draw_ctrl-top-right, | ||
.mapbox-gl-draw_ctrl-bottom-right { | ||
margin-right:0; | ||
border-radius:4px 0 0 4px; | ||
} | ||
|
||
.mapbox-gl-draw_ctrl-draw-btn { | ||
border-color:rgba(0,0,0,0.9); | ||
color:rgba(255,255,255,0.5); | ||
width:30px; | ||
height:30px; | ||
} | ||
|
||
.mapbox-gl-draw_ctrl-draw-btn.active, | ||
.mapbox-gl-draw_ctrl-draw-btn.active:hover { | ||
background-color:rgb(0 0 0/5%); | ||
} | ||
.mapbox-gl-draw_ctrl-draw-btn { | ||
background-repeat: no-repeat; | ||
background-position: center; | ||
} | ||
|
||
.mapbox-gl-draw_point { | ||
background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m10 2c-3.3 0-6 2.7-6 6s6 9 6 9 6-5.7 6-9-2.7-6-6-6zm0 2c2.1 0 3.8 1.7 3.8 3.8 0 1.5-1.8 3.9-2.9 5.2h-1.7c-1.1-1.4-2.9-3.8-2.9-5.2-.1-2.1 1.6-3.8 3.7-3.8z"/>%3C/svg>'); | ||
} | ||
.mapbox-gl-draw_polygon { | ||
background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m15 12.3v-4.6c.6-.3 1-1 1-1.7 0-1.1-.9-2-2-2-.7 0-1.4.4-1.7 1h-4.6c-.3-.6-1-1-1.7-1-1.1 0-2 .9-2 2 0 .7.4 1.4 1 1.7v4.6c-.6.3-1 1-1 1.7 0 1.1.9 2 2 2 .7 0 1.4-.4 1.7-1h4.6c.3.6 1 1 1.7 1 1.1 0 2-.9 2-2 0-.7-.4-1.4-1-1.7zm-8-.3v-4l1-1h4l1 1v4l-1 1h-4z"/>%3C/svg>'); | ||
} | ||
.mapbox-gl-draw_line { | ||
background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m13.5 3.5c-1.4 0-2.5 1.1-2.5 2.5 0 .3 0 .6.2.9l-3.8 3.8c-.3-.1-.6-.2-.9-.2-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5c0-.3 0-.6-.2-.9l3.8-3.8c.3.1.6.2.9.2 1.4 0 2.5-1.1 2.5-2.5s-1.1-2.5-2.5-2.5z"/>%3C/svg>'); | ||
} | ||
.mapbox-gl-draw_trash { | ||
background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="M10,3.4 c-0.8,0-1.5,0.5-1.8,1.2H5l-1,1v1h12v-1l-1-1h-3.2C11.5,3.9,10.8,3.4,10,3.4z M5,8v7c0,1,1,2,2,2h6c1,0,2-1,2-2V8h-2v5.5h-1.5V8h-3 v5.5H7V8H5z"/>%3C/svg>'); | ||
} | ||
.mapbox-gl-draw_uncombine { | ||
background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m12 2c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l1 1c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-1-1c-.2-.2-.4-.3-.7-.3zm4 4c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l1 1c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-1-1c-.2-.2-.4-.3-.7-.3zm-7 1c-1 0-1 1-.5 1.5.3.3 1 1 1 1l-1 1s-.5.5 0 1 1 0 1 0l1-1 1 1c.5.5 1.5.5 1.5-.5v-4zm-5 3c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l4.9 4.9c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-4.9-4.9c-.1-.2-.4-.3-.7-.3z"/>%3C/svg>'); | ||
} | ||
.mapbox-gl-draw_combine { | ||
background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="M12.1,2c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l4.9,4.9c0.4,0.4,1,0.4,1.4,0l1-1 c0.4-0.4,0.4-1,0-1.4l-4.9-4.9C12.6,2.1,12.3,2,12.1,2z M8,8C7,8,7,9,7.5,9.5c0.3,0.3,1,1,1,1l-1,1c0,0-0.5,0.5,0,1s1,0,1,0l1-1l1,1 C11,13,12,13,12,12V8H8z M4,10c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l1,1c0.4,0.4,1,0.4,1.4,0l1-1c0.4-0.4,0.4-1,0-1.4 l-1-1C4.5,10.1,4.3,10,4,10z M8,14c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l1,1c0.4,0.4,1,0.4,1.4,0l1-1 c0.4-0.4,0.4-1,0-1.4l-1-1C8.5,14.1,8.3,14,8,14z"/>%3C/svg>'); | ||
} | ||
|
||
.mapboxgl-map.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive { | ||
cursor: pointer; | ||
} | ||
.mapboxgl-map.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive { | ||
cursor: move; | ||
} | ||
.mapboxgl-map.mouse-add .mapboxgl-canvas-container.mapboxgl-interactive { | ||
cursor: crosshair; | ||
} | ||
.mapboxgl-map.mouse-move.mode-direct_select .mapboxgl-canvas-container.mapboxgl-interactive { | ||
cursor: grab; | ||
cursor: -moz-grab; | ||
cursor: -webkit-grab; | ||
} | ||
.mapboxgl-map.mode-direct_select.feature-vertex.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive { | ||
cursor: move; | ||
} | ||
.mapboxgl-map.mode-direct_select.feature-midpoint.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive { | ||
cursor: cell; | ||
} | ||
.mapboxgl-map.mode-direct_select.feature-feature.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive { | ||
cursor: move; | ||
} | ||
.mapboxgl-map.mode-static.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive { | ||
cursor: grab; | ||
cursor: -moz-grab; | ||
cursor: -webkit-grab; | ||
} | ||
|
||
.mapbox-gl-draw_boxselect { | ||
pointer-events: none; | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
width: 0; | ||
height: 0; | ||
background: rgba(0,0,0,.1); | ||
border: 2px dotted #fff; | ||
opacity: 0.5; | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.