Aggiornamento nuovo marker per mappa
This commit is contained in:
parent
f6af582896
commit
b5dde3803b
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
||||
<svg width="100%" height="100%" viewBox="-5 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<path id="Path_19" data-name="Path 19" d="M1002,44a10,10,0,0,0-10,10c0,5.523,10,20,10,20s10-14.477,10-20A10,10,0,0,0,1002,44Zm0,13a3,3,0,1,1,3-3A3,3,0,0,1,1002,57Z" transform="translate(-991 -43)" fill="#cccccc" stroke="#333" stroke-opacity="0.3" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
</svg>
|
After Width: | Height: | Size: 529 B |
|
@ -258,6 +258,10 @@ function leaflet() {
|
|||
config.nodeDirectory + '/leaflet.fullscreen/icon-fullscreen.svg',
|
||||
]).pipe(gulp.dest(config.production + '/' + config.paths.images + '/leaflet'));
|
||||
|
||||
gulp.src([
|
||||
config.development + '/' + config.paths.images + '/leaflet/*',
|
||||
]).pipe(gulp.dest(config.production + '/' + config.paths.images + '/leaflet'));
|
||||
|
||||
return gulp.src([
|
||||
config.nodeDirectory + '/leaflet/dist/images/*.{jpg,png,jpeg}',
|
||||
])
|
||||
|
|
Loading…
Reference in New Issue