@vidro/map-handler 1.0.6 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +187 -10
- package/dist/map-handler.js +1 -1
- package/doc/giswater.png +0 -0
- package/doc/giswaterInfo.png +0 -0
- package/doc/giswaterInfoApi.png +0 -0
- package/doc/giswatergeojson.png +0 -0
- package/doc/multiTile.png +0 -0
- package/doc/multiTileNoGutter.png +0 -0
- package/doc/togglelayergiswater.png +0 -0
- package/doc/vidromaps-basic.png +0 -0
- package/examples/externalwms/index.js +20 -0
- package/examples/externalwms/index.php +88 -0
- package/examples/full/apidemo.js +43 -1
- package/examples/full/cachedToken.dat +1 -1
- package/examples/full/cachedTokenData.dat +1 -1
- package/examples/full/index.php +31 -16
- package/examples/full/tester.js +172 -12
- package/examples/integration/tool/css/dist/home.css.min.css +0 -0
- package/examples/integration/tool/css/dist/home.min.css +1 -0
- package/examples/integration/tool/css/dist/home.min.css.map +10 -0
- package/examples/integration/tool/css/dist/style-login.css.min.css +0 -0
- package/examples/integration/tool/css/dist/style-login.min.css +1 -0
- package/examples/integration/tool/css/dist/style-login.min.css.map +10 -0
- package/examples/integration/tool/css/dist/style.css.min.css +0 -0
- package/examples/integration/tool/css/dist/style.min.css +1 -0
- package/examples/integration/tool/css/dist/style.min.css.map +23 -0
- package/examples/integration/tool/css/master/_bottom-sheet-2.scss +103 -0
- package/examples/integration/tool/css/master/_bottom-sheet.scss +142 -0
- package/examples/integration/tool/css/master/_colors.scss +35 -0
- package/examples/integration/tool/css/master/_dropdown-form.scss +167 -0
- package/examples/integration/tool/css/master/_forms.scss +416 -0
- package/examples/integration/tool/css/master/_header.scss +134 -0
- package/examples/integration/tool/css/master/_menu-toc.scss +135 -0
- package/examples/integration/tool/css/master/_menu-tools.scss +187 -0
- package/examples/integration/tool/css/master/_mixins.scss +42 -0
- package/examples/integration/tool/css/master/_notifyjs.scss +39 -0
- package/examples/integration/tool/css/master/_ol-map-controls.scss +117 -0
- package/examples/integration/tool/css/master/_simplelightbox.scss +287 -0
- package/examples/integration/tool/css/master/_toc-config.scss +28 -0
- package/examples/integration/tool/css/master/_toc-layouts.scss +173 -0
- package/examples/integration/tool/css/master/_tooltip.scss +34 -0
- package/examples/integration/tool/css/master/home.scss +266 -0
- package/examples/integration/tool/css/master/style-login.scss +240 -0
- package/examples/integration/tool/css/master/style.scss +166 -0
- package/examples/integration/tool/img/doc-gallery-placeholder.svg +3 -0
- package/examples/integration/tool/img/home/ic_calendar-clock.svg +1 -0
- package/examples/integration/tool/img/home/ic_caret-down.svg +1 -0
- package/examples/integration/tool/img/home/ic_cog.svg +1 -0
- package/examples/integration/tool/img/home/ic_marker.svg +1 -0
- package/examples/integration/tool/img/home/ic_play-circle.svg +1 -0
- package/examples/integration/tool/img/home/ic_power.svg +1 -0
- package/examples/integration/tool/img/home/ic_squares.svg +1 -0
- package/examples/integration/tool/img/home/ic_user-pointer.svg +1 -0
- package/examples/integration/tool/img/home/ic_user-square.svg +1 -0
- package/examples/integration/tool/img/home/logo_footer.svg +1 -0
- package/examples/integration/tool/img/ic/accessControl.svg +1 -0
- package/examples/integration/tool/img/ic/account-location.svg +1 -0
- package/examples/integration/tool/img/ic/actionDelete.svg +64 -0
- package/examples/integration/tool/img/ic/actionOpen.svg +64 -0
- package/examples/integration/tool/img/ic/addFile.svg +100 -0
- package/examples/integration/tool/img/ic/addFile_off.svg +102 -0
- package/examples/integration/tool/img/ic/arrow-left.svg +1 -0
- package/examples/integration/tool/img/ic/arrow-right-drop-circle-outline.svg +1 -0
- package/examples/integration/tool/img/ic/bt_add_photo.svg +3 -0
- package/examples/integration/tool/img/ic/bug.svg +1 -0
- package/examples/integration/tool/img/ic/caret-down-bottomsheet.svg +3 -0
- package/examples/integration/tool/img/ic/checkbox-blank-outline-grey.svg +8 -0
- package/examples/integration/tool/img/ic/checkbox-blank-outline-white.svg +8 -0
- package/examples/integration/tool/img/ic/checkbox-blank-outline.svg +1 -0
- package/examples/integration/tool/img/ic/checkbox-marked-outline-grey.svg +8 -0
- package/examples/integration/tool/img/ic/checkbox-marked-outline-white.svg +8 -0
- package/examples/integration/tool/img/ic/checkbox-marked-outline.svg +1 -0
- package/examples/integration/tool/img/ic/chevron-down-grey.svg +7 -0
- package/examples/integration/tool/img/ic/chevron-down-white.svg +7 -0
- package/examples/integration/tool/img/ic/chevron-down.svg +1 -0
- package/examples/integration/tool/img/ic/chevron-right-grey.svg +7 -0
- package/examples/integration/tool/img/ic/chevron-right-white.svg +7 -0
- package/examples/integration/tool/img/ic/chevron-right.svg +1 -0
- package/examples/integration/tool/img/ic/comment-text-outline.svg +1 -0
- package/examples/integration/tool/img/ic/cookie.svg +1 -0
- package/examples/integration/tool/img/ic/delete.svg +1 -0
- package/examples/integration/tool/img/ic/dot.svg +1 -0
- package/examples/integration/tool/img/ic/dump.svg +1 -0
- package/examples/integration/tool/img/ic/e.svg +9 -0
- package/examples/integration/tool/img/ic/eye-off.svg +1 -0
- package/examples/integration/tool/img/ic/eye.svg +1 -0
- package/examples/integration/tool/img/ic/forbidden.svg +1 -0
- package/examples/integration/tool/img/ic/form-title-1.svg +3 -0
- package/examples/integration/tool/img/ic/group.svg +1 -0
- package/examples/integration/tool/img/ic/hamburger.svg +1 -0
- package/examples/integration/tool/img/ic/ic-users.svg +1 -0
- package/examples/integration/tool/img/ic/ic_dropdown-form-close.svg +3 -0
- package/examples/integration/tool/img/ic/ic_dropdown-form-link.svg +3 -0
- package/examples/integration/tool/img/ic/ic_feature-edit-cancel.svg +14 -0
- package/examples/integration/tool/img/ic/ic_feature-edit-save.svg +14 -0
- package/examples/integration/tool/img/ic/ic_gallery-item-delete.svg +3 -0
- package/examples/integration/tool/img/ic/ic_gallery-item-view.svg +3 -0
- package/examples/integration/tool/img/ic/ic_gps.svg +3 -0
- package/examples/integration/tool/img/ic/ic_search.svg +5 -0
- package/examples/integration/tool/img/ic/ic_selector_fechas.svg +63 -0
- package/examples/integration/tool/img/ic/ic_zoom-to-extent.svg +3 -0
- package/examples/integration/tool/img/ic/icon_reminder.png +0 -0
- package/examples/integration/tool/img/ic/image-gallery-placeholder.svg +55 -0
- package/examples/integration/tool/img/ic/imaqua.svg +87 -0
- package/examples/integration/tool/img/ic/incidencia.svg +77 -0
- package/examples/integration/tool/img/ic/info_multi_selection.svg +230 -0
- package/examples/integration/tool/img/ic/layers.svg +1 -0
- package/examples/integration/tool/img/ic/map-marker.svg +3 -0
- package/examples/integration/tool/img/ic/map.svg +1 -0
- package/examples/integration/tool/img/ic/measure_area.svg +111 -0
- package/examples/integration/tool/img/ic/minus.svg +7 -0
- package/examples/integration/tool/img/ic/notification.svg +1 -0
- package/examples/integration/tool/img/ic/offline.svg +3 -0
- package/examples/integration/tool/img/ic/online.svg +1 -0
- package/examples/integration/tool/img/ic/pencil.svg +3 -0
- package/examples/integration/tool/img/ic/plus.svg +1 -0
- package/examples/integration/tool/img/ic/polygon_selection.svg +68 -0
- package/examples/integration/tool/img/ic/power.svg +1 -0
- package/examples/integration/tool/img/ic/remoteLocalized.svg +4 -0
- package/examples/integration/tool/img/ic/remoteStartLocalize.svg +4 -0
- package/examples/integration/tool/img/ic/ruler.svg +125 -0
- package/examples/integration/tool/img/ic/selection-plus.svg +10 -0
- package/examples/integration/tool/img/ic/selection.svg +1 -0
- package/examples/integration/tool/img/ic/settings.svg +1 -0
- package/examples/integration/tool/img/ic/sort.svg +1 -0
- package/examples/integration/tool/img/ic/sort_asc.svg +1 -0
- package/examples/integration/tool/img/ic/sort_desc.svg +1 -0
- package/examples/integration/tool/img/ic/spreadsheet.svg +3 -0
- package/examples/integration/tool/img/ic/times.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/AB3.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/AB4.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/IC1.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB1.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB11.svg +5 -0
- package/examples/integration/tool/img/ic/toolbar/TB2.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB20.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB21.svg +54 -0
- package/examples/integration/tool/img/ic/toolbar/TB3.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB31.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB32.svg +57 -0
- package/examples/integration/tool/img/ic/toolbar/TB4.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB5.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB6.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB7.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB8.svg +1 -0
- package/examples/integration/tool/img/ic/tools.svg +28 -0
- package/examples/integration/tool/img/ic/user.svg +1 -0
- package/examples/integration/tool/img/ic/vector-polygon.svg +1 -0
- package/examples/integration/tool/img/ic/visit_manager.svg +135 -0
- package/examples/integration/tool/img/logo-footer-login.png +0 -0
- package/examples/integration/tool/img/logo-footer.png +0 -0
- package/examples/integration/tool/img/logo-header-login.png +0 -0
- package/examples/integration/tool/img/logo-header-login@2x.png +0 -0
- package/examples/integration/tool/img/logo-header-login@3x.png +0 -0
- package/examples/integration/tool/img/logo-header.png +0 -0
- package/examples/integration/tool/img/logo-header@2x.png +0 -0
- package/examples/integration/tool/img/logo-header@3x.png +0 -0
- package/examples/integration/tool/img/logo_project.png +0 -0
- package/examples/integration/tool/img/photo-gallery-placeholder.svg +3 -0
- package/examples/integration/tool/img/pixel.png +0 -0
- package/examples/integration/tool/index.html +228 -0
- package/examples/integration/tool/js/demo.js +238 -0
- package/examples/integration/tool/js/interface.js +147 -0
- package/examples/integration/tool/js/jquery.js +4 -0
- package/examples/integration/vanguardia.html +6636 -0
- package/examples/multipleIframes/index.js +82 -0
- package/examples/multipleIframes/index.php +52 -0
- package/examples/serverLess/dist/index.23420cfa.js +120 -117
- package/examples/serverLess/dist/index.23420cfa.js.map +1 -1
- package/examples/serverLess/dist/index.html +38 -1
- package/examples/serverLess/index.html +2 -1
- package/examples/serverLess/main.js +2 -2
- package/examples/simple/index.html +1 -1
- package/examples/taigua/index.html +15 -0
- package/examples/taigua/main.js +44 -0
- package/examples/vidromap/index.js +12 -79
- package/examples/vidromap/index.php +63 -48
- package/examples/xavi/index.html +37 -0
- package/examples/xavi/main.js +160 -0
- package/flows.md +73 -0
- package/package.json +1 -1
- package/src/index.js +160 -44
- package/src/shared/iframe-communicator.js +12 -5
- package/examples/vidromap/vidromap.js +0 -13
- package/examples/vidromap/vidromap.php +0 -59
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" ?><svg height="1792" viewBox="0 0 1792 1792" width="1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 704q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45 19-45l448-448q19-19 45-19t45 19l448 448q19 19 19 45z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" ?><svg height="1792" viewBox="0 0 1792 1792" width="1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 1088q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z"/></svg>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="23" height="24" viewBox="0 0 23 24">
|
2
|
+
<path fill="#005CB8" fill-rule="nonzero" d="M10 5.5v3h3v-3h-3zm4.5 0v3h3v-3h-3zm0 4.5v3h3v-3h-3zm0 4.5v3h3v-3h-3zm-1.5 3v-3h-3v3h3zm-4.5 0v-3h-3v3h3zm0-4.5v-3h-3v3h3zm0-4.5v-3h-3v3h3zM10 13h3v-3h-3v3zM5.5 4h12A1.5 1.5 0 0 1 19 5.5v12a1.5 1.5 0 0 1-1.5 1.5h-12c-.81 0-1.5-.675-1.5-1.5v-12A1.5 1.5 0 0 1 5.5 4z"/>
|
3
|
+
</svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" /></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M18,3H6V7H18M19,12A1,1 0 0,1 18,11A1,1 0 0,1 19,10A1,1 0 0,1 20,11A1,1 0 0,1 19,12M16,19H8V14H16M19,8H5A3,3 0 0,0 2,11V17H6V21H18V17H22V11A3,3 0 0,0 19,8Z" /></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M3,2H21V2H21V4H20.92L14,10.92V22.91L10,18.91V10.91L3.09,4H3V2Z" /></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M4,3H20A2,2 0 0,1 22,5V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V5A2,2 0 0,1 4,3M4,7V10H8V7H4M10,7V10H14V7H10M20,10V7H16V10H20M4,12V15H8V12H4M4,20H8V17H4V20M10,12V15H14V12H10M10,20H14V17H10V20M20,20V17H16V20H20M20,12H16V15H20V12Z" /></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M11,2V4.07C7.38,4.53 4.53,7.38 4.07,11H2V13H4.07C4.53,16.62 7.38,19.47 11,19.93V22H13V19.93C16.62,19.47 19.47,16.62 19.93,13H22V11H19.93C19.47,7.38 16.62,4.53 13,4.07V2M11,6.08V8H13V6.09C15.5,6.5 17.5,8.5 17.92,11H16V13H17.91C17.5,15.5 15.5,17.5 13,17.92V16H11V17.91C8.5,17.5 6.5,15.5 6.08,13H8V11H6.09C6.5,8.5 8.5,6.5 11,6.08M12,11A1,1 0 0,0 11,12A1,1 0 0,0 12,13A1,1 0 0,0 13,12A1,1 0 0,0 12,11Z" /></svg>
|
@@ -0,0 +1,5 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 6.3499999 6.35">
|
2
|
+
<path d="M.94038736.70340222c-.1465792 0-.2645833.11801-.2645833.26459v4.39559c0 .14658.1180041.26459.2645833.26459h.018087v-4.3894c0-.14658.11800393-.26458.26458333-.26458h4.4364217v-.006c0-.14658-.1180044-.26459-.2645833-.26459z"/>
|
3
|
+
<path d="M.52816775.32619222c-.1465792 0-.2645834.11801-.2645834.26459v4.39559c0 .14658.1180042.26459.2645834.26459h.018087v-4.3894c0-.14658.1180039-.26458.2645833-.26458h4.43642164v-.006c0-.14658-.1180044-.26459-.2645833-.26459z"/>
|
4
|
+
<path stroke="" stroke-width=".25185075" d="M1.46360999 1.21519222c-.139677 0-.2521247.1122-.2521248.25158v4.17952c0 .13938.1124478.25159.2521248.25159h4.2447557c.139677 0 .2521244-.11221.2521244-.25159v-4.17952c0-.13938-.1124474-.25158-.2521244-.25158h-4.2447557zm.4550063.77243h1.127667l.2560641.93014.2900421.94538.3289438-1.03725.2388292-.83827h1.0931968l-1.1995619 3.13783h-.9597483l-1.1754328-3.13783z"/>
|
5
|
+
</svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M10,21V19H6.41L10.91,14.5L9.5,13.09L5,17.59V14H3V21H10M14.5,10.91L19,6.41V10H21V3H14V5H17.59L13.09,9.5L14.5,10.91Z" /></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M3,4V12.5L6,9.5L9,13C10,14 10,15 10,15V21H14V14C14,14 14,13 13.47,12C12.94,11 12,10 12,10L9,6.58L11.5,4M18,4L13.54,8.47L14,9C14,9 14.93,10 15.47,11C15.68,11.4 15.8,11.79 15.87,12.13L21,7" /></svg>
|
@@ -0,0 +1,54 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<svg
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
8
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
9
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
10
|
+
version="1.1"
|
11
|
+
width="24"
|
12
|
+
height="24"
|
13
|
+
viewBox="0 0 24 24"
|
14
|
+
id="svg2"
|
15
|
+
inkscape:version="0.91 r13725"
|
16
|
+
sodipodi:docname="directions-fork - copia.svg">
|
17
|
+
<metadata
|
18
|
+
id="metadata10">
|
19
|
+
<rdf:RDF>
|
20
|
+
<cc:Work
|
21
|
+
rdf:about="">
|
22
|
+
<dc:format>image/svg+xml</dc:format>
|
23
|
+
<dc:type
|
24
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
25
|
+
</cc:Work>
|
26
|
+
</rdf:RDF>
|
27
|
+
</metadata>
|
28
|
+
<defs
|
29
|
+
id="defs8" />
|
30
|
+
<sodipodi:namedview
|
31
|
+
pagecolor="#ffffff"
|
32
|
+
bordercolor="#666666"
|
33
|
+
borderopacity="1"
|
34
|
+
objecttolerance="10"
|
35
|
+
gridtolerance="10"
|
36
|
+
guidetolerance="10"
|
37
|
+
inkscape:pageopacity="0"
|
38
|
+
inkscape:pageshadow="2"
|
39
|
+
inkscape:window-width="1920"
|
40
|
+
inkscape:window-height="1017"
|
41
|
+
id="namedview6"
|
42
|
+
showgrid="false"
|
43
|
+
inkscape:zoom="9.8333333"
|
44
|
+
inkscape:cx="12"
|
45
|
+
inkscape:cy="12"
|
46
|
+
inkscape:window-x="-8"
|
47
|
+
inkscape:window-y="-8"
|
48
|
+
inkscape:window-maximized="1"
|
49
|
+
inkscape:current-layer="svg2" />
|
50
|
+
<path
|
51
|
+
d="m 21,21 0,-8.5 -3,3 -3,-3.5 c -1,-1 -1,-2 -1,-2 l 0,-6 -4,0 0,7 c 0,0 0,1 0.53,2 0.53,1 1.47,2 1.47,2 L 15,18.42 12.5,21 M 6,21 10.46,16.53 10,16 C 10,16 9.07,15 8.53,14 8.32,13.6 8.2,13.21 8.13,12.87 L 3,18"
|
52
|
+
id="path4"
|
53
|
+
inkscape:connector-curvature="0" />
|
54
|
+
</svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5,14L20.5,19L19,20.5L14,15.5V14.71L13.73,14.43C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.43,13.73L14.71,14H15.5M9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14M12,10H10V12H9V10H7V9H9V7H10V9H12V10Z" /></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M14.59,6L12,8.59L9.41,6L8,7.41L10.59,10L8,12.59L9.41,14L12,11.41L14.59,14L16,12.59L13.41,10L16,7.41L14.59,6M17,3A2,2 0 0,1 19,5V15A2,2 0 0,1 17,17H13V19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H7C5.89,17 5,16.1 5,15V5A2,2 0 0,1 7,3H17Z" /></svg>
|
@@ -0,0 +1,57 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<svg
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
8
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
9
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
10
|
+
version="1.1"
|
11
|
+
width="24"
|
12
|
+
height="24"
|
13
|
+
viewBox="0 0 24 24"
|
14
|
+
id="svg2"
|
15
|
+
inkscape:version="0.91 r13725"
|
16
|
+
sodipodi:docname="calendar-blank.svg">
|
17
|
+
<metadata
|
18
|
+
id="metadata10">
|
19
|
+
<rdf:RDF>
|
20
|
+
<cc:Work
|
21
|
+
rdf:about="">
|
22
|
+
<dc:format>image/svg+xml</dc:format>
|
23
|
+
<dc:type
|
24
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
25
|
+
</cc:Work>
|
26
|
+
</rdf:RDF>
|
27
|
+
</metadata>
|
28
|
+
<defs
|
29
|
+
id="defs8" />
|
30
|
+
<sodipodi:namedview
|
31
|
+
pagecolor="#ffffff"
|
32
|
+
bordercolor="#666666"
|
33
|
+
borderopacity="1"
|
34
|
+
objecttolerance="10"
|
35
|
+
gridtolerance="10"
|
36
|
+
guidetolerance="10"
|
37
|
+
inkscape:pageopacity="0"
|
38
|
+
inkscape:pageshadow="2"
|
39
|
+
inkscape:window-width="1920"
|
40
|
+
inkscape:window-height="1017"
|
41
|
+
id="namedview6"
|
42
|
+
showgrid="false"
|
43
|
+
inkscape:zoom="9.8333333"
|
44
|
+
inkscape:cx="12"
|
45
|
+
inkscape:cy="12"
|
46
|
+
inkscape:window-x="-8"
|
47
|
+
inkscape:window-y="-8"
|
48
|
+
inkscape:window-maximized="1"
|
49
|
+
inkscape:current-layer="svg2" />
|
50
|
+
<path
|
51
|
+
d="M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1"
|
52
|
+
id="path4" />
|
53
|
+
<path
|
54
|
+
id="path4151"
|
55
|
+
d="M 13.128187,10.950848 12,12.079034 l -1.128186,-1.128186 -0.614187,0.614186 1.128187,1.128186 -1.128187,1.128187 0.614187,0.614186 L 12,13.307407 l 1.128187,1.128186 0.614186,-0.614186 -1.128186,-1.128187 1.128186,-1.128186 -0.614186,-0.614186 m 1.049779,-1.30678 a 0.87118644,0.87118644 0 0 1 0.871187,0.871186 l 0,4.355933 a 0.87118644,0.87118644 0 0 1 -0.871187,0.871186 l -1.742373,0 0,0.871186 0.435594,0 a 0.43559322,0.43559322 0 0 1 0.435593,0.435594 l 3.049152,0 0,0.871186 -3.049152,0 a 0.43559322,0.43559322 0 0 1 -0.435593,0.435593 l -1.742373,0 a 0.43559322,0.43559322 0 0 1 -0.435593,-0.435593 l -3.0491528,0 0,-0.871186 3.0491528,0 a 0.43559322,0.43559322 0 0 1 0.435593,-0.435594 l 0.435593,0 0,-0.871186 -1.7423727,0 c -0.4835081,0 -0.871186,-0.392034 -0.871186,-0.871186 l 0,-4.355933 a 0.87118644,0.87118644 0 0 1 0.871186,-0.871186 l 4.3559317,0 z"
|
56
|
+
inkscape:connector-curvature="0" />
|
57
|
+
</svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5,14H14.71L14.43,13.73C15.41,12.59 16,11.11 16,9.5A6.5,6.5 0 0,0 9.5,3A6.5,6.5 0 0,0 3,9.5A6.5,6.5 0 0,0 9.5,16C11.11,16 12.59,15.41 13.73,14.43L14,14.71V15.5L19,20.5L20.5,19L15.5,14M9.5,14C7,14 5,12 5,9.5C5,7 7,5 9.5,5C12,5 14,7 14,9.5C14,12 12,14 9.5,14M7,9H12V10H7V9Z" /></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M13,6V11H18V7.75L22.25,12L18,16.25V13H13V18H16.25L12,22.25L7.75,18H11V13H6V16.25L1.75,12L6,7.75V11H11V6H7.75L12,1.75L16.25,6H13Z" /></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M11,17H13V11H11V17Z" /></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M19,19H15V21H19A2,2 0 0,0 21,19V15H19M19,3H15V5H19V9H21V5A2,2 0 0,0 19,3M5,5H9V3H5A2,2 0 0,0 3,5V9H5M5,15H3V19A2,2 0 0,0 5,21H9V19H5V15Z" /></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M15,3V7.59L7.59,15H3V21H9V16.42L16.42,9H21V3M17,5H19V7H17M5,17H7V19H5" /></svg>
|
@@ -0,0 +1,28 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5
|
+
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
|
6
|
+
<g>
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.616,5.632c0.369,0.37,1.984,1.979,2.44,2.45
|
8
|
+
c0.125,0.13,0.248,0.163,0.416,0.122C6.106,8.049,6.59,7.664,7.013,7.192c0.32-0.357,0.583-0.751,0.679-1.237
|
9
|
+
C7.722,5.8,7.687,5.695,7.573,5.583C6.817,4.837,5.201,3.21,5.127,3.131c0.527-0.198,1.051-0.257,1.582-0.217
|
10
|
+
c2.294,0.173,3.923,2.022,3.809,4.333c-0.034,0.693,0.191,1.26,0.68,1.748c2.926,2.918,5.847,5.84,8.767,8.763
|
11
|
+
c0.951,0.951,0.767,2.452-0.375,3.096c-0.746,0.421-1.69,0.288-2.309-0.33c-2.895-2.894-5.795-5.781-8.677-8.688
|
12
|
+
c-0.575-0.58-1.215-0.838-2.03-0.804c-2.741,0.114-4.792-2.52-4.042-5.158C2.552,5.807,2.578,5.743,2.616,5.632z M17.779,19.057
|
13
|
+
c0.001,0.428,0.346,0.779,0.771,0.785c0.426,0.007,0.794-0.359,0.793-0.79c-0.001-0.428-0.373-0.794-0.798-0.786
|
14
|
+
C18.121,18.274,17.777,18.629,17.779,19.057z"/>
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.967,10.872l-0.799-0.794c0,0,2.959-2.967,4.356-4.365
|
16
|
+
c0.056-0.055,0.114-0.108,0.161-0.17c0.106-0.146,0.099-0.3-0.027-0.425c-0.133-0.13-0.292-0.141-0.446-0.026
|
17
|
+
c-0.05,0.037-0.09,0.087-0.134,0.131c-1.403,1.403-4.342,4.399-4.342,4.399l-0.814-0.817l5.426-5.425l3.275,3.273l-5.419,5.418
|
18
|
+
l-0.813-0.82c0,0,2.982-2.915,4.385-4.318c0.05-0.05,0.104-0.097,0.146-0.153c0.107-0.148,0.092-0.297-0.036-0.423
|
19
|
+
c-0.126-0.125-0.276-0.139-0.426-0.037c-0.057,0.04-0.103,0.095-0.152,0.145C17.903,7.868,14.967,10.872,14.967,10.872z"/>
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.291,13.39l0.811,0.785c0,0-2.091,2.102-3.046,3.058
|
21
|
+
c-0.066,0.066-0.134,0.133-0.188,0.208c-0.106,0.15-0.083,0.3,0.042,0.425c0.128,0.125,0.279,0.134,0.425,0.026
|
22
|
+
c0.062-0.045,0.115-0.104,0.17-0.16c0.956-0.955,3.003-3.051,3.003-3.051l0.784,0.792c0,0-2.062,2.067-3.028,3.034
|
23
|
+
c-0.05,0.05-0.104,0.096-0.146,0.151c-0.116,0.151-0.115,0.311,0.019,0.444s0.292,0.137,0.444,0.021
|
24
|
+
c0.055-0.043,0.102-0.098,0.151-0.146c0.961-0.961,3.021-3.088,3.021-3.088l0.871,0.893c0,0-2.389,2.351-3.4,3.35
|
25
|
+
c-0.092,0.091-0.232,0.16-0.36,0.184c-1.226,0.236-3.963,0.729-3.963,0.729s0.529-2.686,0.785-3.908
|
26
|
+
c0.021-0.102,0.062-0.216,0.133-0.287C5.946,15.711,8.291,13.39,8.291,13.39z"/>
|
27
|
+
</g>
|
28
|
+
</svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg enable-background="new -0.709 -3.459 141.732 141.732" height="141.732px" id="Livello_1" version="1.1" viewBox="-0.709 -3.459 141.732 141.732" width="141.732px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Livello_101"><path d="M70.157,78.355c17.968,0,32.535-17.541,32.535-39.178C102.692,17.54,88.125,0,70.157,0S37.623,17.541,37.623,39.178 C37.623,60.815,52.189,78.355,70.157,78.355 M70.157,78.355c-37.146,0-67.548,24.904-70.157,56.46h140.314 C137.705,103.26,107.304,78.355,70.157,78.355"/></g><g id="Livello_1_1_"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M2,2V8H4.28L5.57,16H4V22H10V20.06L15,20.05V22H21V16H19.17L20,9H22V3H16V6.53L14.8,8H9.59L8,5.82V2M4,4H6V6H4M18,5H20V7H18M6.31,8H7.11L9,10.59V14H15V10.91L16.57,9H18L17.16,16H15V18.06H10V16H7.6M11,10H13V12H11M6,18H8V20H6M17,18H19V20H17" /></svg>
|
@@ -0,0 +1,135 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
12
|
+
width="24"
|
13
|
+
height="24"
|
14
|
+
viewBox="0 0 6.3499999 6.3500002"
|
15
|
+
version="1.1"
|
16
|
+
id="svg8"
|
17
|
+
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
18
|
+
sodipodi:docname="visit_manager.svg">
|
19
|
+
<defs
|
20
|
+
id="defs2" />
|
21
|
+
<sodipodi:namedview
|
22
|
+
id="base"
|
23
|
+
pagecolor="#ffffff"
|
24
|
+
bordercolor="#666666"
|
25
|
+
borderopacity="1.0"
|
26
|
+
inkscape:pageopacity="0.0"
|
27
|
+
inkscape:pageshadow="2"
|
28
|
+
inkscape:zoom="15.839192"
|
29
|
+
inkscape:cx="2.7587008"
|
30
|
+
inkscape:cy="11.549382"
|
31
|
+
inkscape:document-units="mm"
|
32
|
+
inkscape:current-layer="layer1"
|
33
|
+
showgrid="false"
|
34
|
+
units="px"
|
35
|
+
inkscape:window-width="1920"
|
36
|
+
inkscape:window-height="1001"
|
37
|
+
inkscape:window-x="-9"
|
38
|
+
inkscape:window-y="-9"
|
39
|
+
inkscape:window-maximized="1" />
|
40
|
+
<metadata
|
41
|
+
id="metadata5">
|
42
|
+
<rdf:RDF>
|
43
|
+
<cc:Work
|
44
|
+
rdf:about="">
|
45
|
+
<dc:format>image/svg+xml</dc:format>
|
46
|
+
<dc:type
|
47
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
48
|
+
<dc:title></dc:title>
|
49
|
+
</cc:Work>
|
50
|
+
</rdf:RDF>
|
51
|
+
</metadata>
|
52
|
+
<g
|
53
|
+
inkscape:label="Layer 1"
|
54
|
+
inkscape:groupmode="layer"
|
55
|
+
id="layer1"
|
56
|
+
transform="translate(0,-290.64998)">
|
57
|
+
<path
|
58
|
+
inkscape:connector-curvature="0"
|
59
|
+
d="M 5.353214,296.31437 H 0.996785 v -3.42291 h 4.356429 m -0.933522,-2.17822 v 0.62235 H 1.930307 v -0.62235 H 1.307955 v 0.62235 h -0.31117 c -0.345406,0 -0.622352,0.27694 -0.622352,0.62235 v 4.35643 a 0.6223482,0.6223482 0 0 0 0.622352,0.62235 h 4.356429 a 0.6223482,0.6223482 0 0 0 0.622353,-0.62235 v -4.35643 c 0,-0.34541 -0.280063,-0.62235 -0.622353,-0.62235 h -0.31117 v -0.62235"
|
60
|
+
id="path4"
|
61
|
+
style="stroke-width:0.31117409" />
|
62
|
+
<g
|
63
|
+
id="g971"
|
64
|
+
transform="matrix(0.00889301,0,0,0.00889301,1.6187219,293.0538)">
|
65
|
+
<g
|
66
|
+
id="g912">
|
67
|
+
<path
|
68
|
+
id="path904"
|
69
|
+
d="m 175,171.173 c 38.914,0 70.463,-38.318 70.463,-85.586 C 245.463,38.318 235.105,0 175,0 c -60.105,0 -70.465,38.318 -70.465,85.587 0,47.268 31.549,85.586 70.465,85.586 z"
|
70
|
+
inkscape:connector-curvature="0" />
|
71
|
+
|
72
|
+
<path
|
73
|
+
id="path906"
|
74
|
+
d="m 41.909,301.853 c -0.012,-2.882 -0.024,-0.812 0,0 z"
|
75
|
+
inkscape:connector-curvature="0" />
|
76
|
+
|
77
|
+
<path
|
78
|
+
id="path908"
|
79
|
+
d="m 308.085,304.104 c 0.038,-0.789 0.013,-5.474 0,0 z"
|
80
|
+
inkscape:connector-curvature="0" />
|
81
|
+
|
82
|
+
<path
|
83
|
+
id="path910"
|
84
|
+
d="M 307.935,298.397 C 306.63,216.055 295.876,192.592 213.583,177.74 c 0,0 -11.584,14.761 -38.584,14.761 -27,0 -38.586,-14.761 -38.586,-14.761 -81.395,14.69 -92.803,37.805 -94.303,117.982 -0.123,6.547 -0.18,6.891 -0.202,6.131 0.005,1.424 0.011,4.058 0.011,8.651 0,0 19.592,39.496 133.08,39.496 113.486,0 133.08,-39.496 133.08,-39.496 0,-2.951 0.002,-5.003 0.005,-6.399 -0.022,0.47 -0.066,-0.441 -0.149,-5.708 z"
|
85
|
+
inkscape:connector-curvature="0" />
|
86
|
+
|
87
|
+
</g>
|
88
|
+
<g
|
89
|
+
id="g914">
|
90
|
+
</g>
|
91
|
+
<g
|
92
|
+
id="g916">
|
93
|
+
</g>
|
94
|
+
<g
|
95
|
+
id="g918">
|
96
|
+
</g>
|
97
|
+
<g
|
98
|
+
id="g920">
|
99
|
+
</g>
|
100
|
+
<g
|
101
|
+
id="g922">
|
102
|
+
</g>
|
103
|
+
<g
|
104
|
+
id="g924">
|
105
|
+
</g>
|
106
|
+
<g
|
107
|
+
id="g926">
|
108
|
+
</g>
|
109
|
+
<g
|
110
|
+
id="g928">
|
111
|
+
</g>
|
112
|
+
<g
|
113
|
+
id="g930">
|
114
|
+
</g>
|
115
|
+
<g
|
116
|
+
id="g932">
|
117
|
+
</g>
|
118
|
+
<g
|
119
|
+
id="g934">
|
120
|
+
</g>
|
121
|
+
<g
|
122
|
+
id="g936">
|
123
|
+
</g>
|
124
|
+
<g
|
125
|
+
id="g938">
|
126
|
+
</g>
|
127
|
+
<g
|
128
|
+
id="g940">
|
129
|
+
</g>
|
130
|
+
<g
|
131
|
+
id="g942">
|
132
|
+
</g>
|
133
|
+
</g>
|
134
|
+
</g>
|
135
|
+
</svg>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44">
|
2
|
+
<path fill="#E0E0E0" fill-rule="nonzero" d="M13.75 25.25l5.536 6.5 7.75-9.75L37 35H6l7.75-9.75zM42 37.556V6.444C42 3.978 40 2 37.556 2H6.444A4.444 4.444 0 0 0 2 6.444v31.112A4.444 4.444 0 0 0 6.444 42h31.112A4.444 4.444 0 0 0 42 37.556z"/>
|
3
|
+
</svg>
|
Binary file
|
@@ -0,0 +1,228 @@
|
|
1
|
+
|
2
|
+
<!DOCTYPE html>
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<base>
|
6
|
+
<link rel="stylesheet" href="css/dist/style.min.css" />
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
8
|
+
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
|
9
|
+
<meta charset="utf-8" />
|
10
|
+
<title>Demo BMAPS con componente</title>
|
11
|
+
</head>
|
12
|
+
<body>
|
13
|
+
<header>
|
14
|
+
<a href="javascript: return false;" class="menu-toggle closed">
|
15
|
+
<img src="img/ic/hamburger.svg" class="svg hamburger" />
|
16
|
+
<img src="img/ic/times.svg" class="svg times" />
|
17
|
+
|
18
|
+
</a>
|
19
|
+
<div class="brand">
|
20
|
+
<a href="https://bmaps.bgeo.es/dev/demo/home.php"><img src="img/logo_project.png" border="0"/></a>
|
21
|
+
</div>
|
22
|
+
|
23
|
+
<ul class="tools">
|
24
|
+
<!-- Icono "geolocalizador" -->
|
25
|
+
<li>
|
26
|
+
<button id="btGeolocalize" title="Geolocalización" data-container="body"><img src="img/ic/toolbar/TB1.svg" class="svg" /></button>
|
27
|
+
</li>
|
28
|
+
<!-- FIN Icono "geolocalizador" -->
|
29
|
+
<!-- Icono "Zoom In" -->
|
30
|
+
<li>
|
31
|
+
<button id="btZoomIn" data-toggle="tooltip" data-placement="left" title="{{tooltipZoomIn}}" data-container="body"><img src="img/ic/toolbar/TB3.svg" class="svg" /></button>
|
32
|
+
|
33
|
+
</li>
|
34
|
+
<!-- FIN Icono "Zoom In" -->
|
35
|
+
<!-- Icono "Zoom out" -->
|
36
|
+
<li>
|
37
|
+
<button id="btZoomOut" data-toggle="tooltip" data-placement="left" title="{{tooltipZoomOut}}" data-container="body"><img src="img/ic/toolbar/TB4.svg" class="svg" /></button>
|
38
|
+
|
39
|
+
</li>
|
40
|
+
<!-- FIN Icono "Zoom in" -->
|
41
|
+
<!-- Icono "Zoom extension" -->
|
42
|
+
<li>
|
43
|
+
<button id="btZoomToExtent" data-toggle="tooltip" data-placement="left" title="{{tooltipExtent}}" data-container="body"><img src="img/ic/toolbar/TB2.svg" class="svg" /></button>
|
44
|
+
|
45
|
+
</li>
|
46
|
+
<!-- FIN Icono "Zoom extension" -->
|
47
|
+
<!-- Icono "Añadir punto" -->
|
48
|
+
<li >
|
49
|
+
<button id="btAddPoint" data-toggle="tooltip" data-placement="left" ng-class="selectedClass" data-container="body" title="{{tooltipaddPoint}}"><img src="img/ic/toolbar/TB7.svg" class="svg" /></a></button>
|
50
|
+
|
51
|
+
</li>
|
52
|
+
<!-- FIN Icono "Añadir punto" -->
|
53
|
+
<!-- Icono "Añadir arco" -->
|
54
|
+
<li>
|
55
|
+
<button id="btAddLine" ng-disabled="addLineDisabled" ng-class="selectedClass" data-toggle="tooltip" data-placement="left" data-container="body" title="{{tooltipaddLine}}"><img src="img/ic/toolbar/TB8.svg" class="svg" /></a></button>
|
56
|
+
|
57
|
+
</li>
|
58
|
+
<!-- FIN Icono "Añadir arco" -->
|
59
|
+
<!-- Icono "bt Polygon" -->
|
60
|
+
<li>
|
61
|
+
<button id="btAddPolygon" ng-class="selectedClass" data-toggle="tooltip" data-placement="left" data-container="body" title="{{tooltipaddPolygon}}"><img src="img/ic/vector-polygon.svg" class="svg" /></a></button>
|
62
|
+
</li>
|
63
|
+
<!-- FIN Icono "bt Polygon" -->
|
64
|
+
<!-- Icono "New mincut" -->
|
65
|
+
<li>
|
66
|
+
<button data-toggle="tooltip" data-placement="left" ng-class="selectedClass" data-container="body" title="{{tooltipMincut}}"><img src="img/ic/toolbar/TB31.svg" class="svg" /></a></button>
|
67
|
+
|
68
|
+
</li>
|
69
|
+
<!-- FIN Icono "End new mincut" -->
|
70
|
+
|
71
|
+
</ul>
|
72
|
+
|
73
|
+
</header>
|
74
|
+
|
75
|
+
<div class="menu-toc">
|
76
|
+
<div class="sidebar closed">
|
77
|
+
<ul>
|
78
|
+
|
79
|
+
<li>
|
80
|
+
<a href="#">
|
81
|
+
<div class="col col-1"><img src="img/ic/settings.svg" class="svg ico" /></div>
|
82
|
+
<div class="col col-2">Configuración</div>
|
83
|
+
<div class="col col-3"><img src="img/ic/chevron-right.svg" class="svg chevron pull-right" /></div>
|
84
|
+
</a>
|
85
|
+
<!-- Configuración CONTAINER -->
|
86
|
+
<div class="content">
|
87
|
+
<div class="toc-config">
|
88
|
+
<div class="form">
|
89
|
+
<div class="form-control" ng-show="mc.show_use_tiled_background">
|
90
|
+
<label for="blankCheckbox">Usar mapa de fondo tileado</label>
|
91
|
+
<input type="checkbox" id="tiledCheck" checked onclick="toggleTiled()">Usar mapa de fondo tileado
|
92
|
+
</div>
|
93
|
+
</div>
|
94
|
+
</div>
|
95
|
+
</div>
|
96
|
+
<!-- END Configuración CONTAINER -->
|
97
|
+
</li>
|
98
|
+
|
99
|
+
|
100
|
+
</div>
|
101
|
+
</div>
|
102
|
+
|
103
|
+
<div class="menu-tools">
|
104
|
+
<a href="#" class="menu-toggle closed" id="menuToolsMobile">
|
105
|
+
<img src="img/ic/tools.svg" class="svg hamburger" />
|
106
|
+
<img src="img/ic/times.svg" class="svg times" />
|
107
|
+
</a>
|
108
|
+
<ul class="tools closed">
|
109
|
+
<!-- Icono "geolocalizador" -->
|
110
|
+
<li>
|
111
|
+
<button id="btGeolocalize" title="Geolocalización" data-container="body"><img src="img/ic/toolbar/TB1.svg" class="svg" /></button>
|
112
|
+
</li>
|
113
|
+
<!-- FIN Icono "geolocalizador" -->
|
114
|
+
<!-- Icono "Zoom In" -->
|
115
|
+
<li>
|
116
|
+
<button id="btZoomIn" data-toggle="tooltip" data-placement="left" title="{{tooltipZoomIn}}" data-container="body"><img src="img/ic/toolbar/TB3.svg" class="svg" /></button>
|
117
|
+
|
118
|
+
</li>
|
119
|
+
<!-- FIN Icono "Zoom In" -->
|
120
|
+
<!-- Icono "Zoom out" -->
|
121
|
+
<li>
|
122
|
+
<button id="btZoomOut" data-toggle="tooltip" data-placement="left" title="{{tooltipZoomOut}}" data-container="body"><img src="img/ic/toolbar/TB4.svg" class="svg" /></button>
|
123
|
+
|
124
|
+
</li>
|
125
|
+
<!-- FIN Icono "Zoom in" -->
|
126
|
+
<!-- Icono "Zoom extension" -->
|
127
|
+
<li>
|
128
|
+
<button id="btZoomToExtent" data-toggle="tooltip" data-placement="left" title="{{tooltipExtent}}" data-container="body"><img src="img/ic/toolbar/TB2.svg" class="svg" /></button>
|
129
|
+
|
130
|
+
</li>
|
131
|
+
<!-- FIN Icono "Zoom extension" -->
|
132
|
+
<!-- Icono "Añadir punto" -->
|
133
|
+
<li >
|
134
|
+
<button id="btAddPoint" data-toggle="tooltip" data-placement="left" ng-class="selectedClass" data-container="body" title="{{tooltipaddPoint}}"><img src="img/ic/toolbar/TB7.svg" class="svg" /></a></button>
|
135
|
+
|
136
|
+
</li>
|
137
|
+
<!-- FIN Icono "Añadir punto" -->
|
138
|
+
<!-- Icono "Añadir arco" -->
|
139
|
+
<li>
|
140
|
+
<button id="btAddLine" ng-disabled="addLineDisabled" ng-class="selectedClass" data-toggle="tooltip" data-placement="left" data-container="body" title="{{tooltipaddLine}}"><img src="img/ic/toolbar/TB8.svg" class="svg" /></a></button>
|
141
|
+
|
142
|
+
</li>
|
143
|
+
<!-- FIN Icono "Añadir arco" -->
|
144
|
+
<!-- Icono "bt Polygon" -->
|
145
|
+
<li>
|
146
|
+
<button id="btAddPolygon" ng-class="selectedClass" data-toggle="tooltip" data-placement="left" data-container="body" title="{{tooltipaddPolygon}}"><img src="img/ic/vector-polygon.svg" class="svg" /></a></button>
|
147
|
+
</li>
|
148
|
+
<!-- FIN Icono "bt Polygon" -->
|
149
|
+
<!-- Icono "New mincut" -->
|
150
|
+
<li>
|
151
|
+
<button data-toggle="tooltip" data-placement="left" ng-class="selectedClass" data-container="body" title="{{tooltipMincut}}"><img src="img/ic/toolbar/TB31.svg" class="svg" /></a></button>
|
152
|
+
|
153
|
+
</li>
|
154
|
+
<!-- FIN Icono "End new mincut" -->
|
155
|
+
</ul>
|
156
|
+
</div>
|
157
|
+
|
158
|
+
<div id="map">
|
159
|
+
<iframe id="map-frame" name="map-frame" width="100%" height="100%" src="" allow="geolocation"></iframe>
|
160
|
+
</div>
|
161
|
+
<div class="forms-area">
|
162
|
+
<!-- ************************************************************************************* -->
|
163
|
+
<!-- ************************************************************************************* -->
|
164
|
+
<!-- ******************************** Form Filters **************************** -->
|
165
|
+
<!-- ************************************************************************************* -->
|
166
|
+
<!-- ************************************************************************************* -->
|
167
|
+
|
168
|
+
<div id="infoContainer" class="drop-down-form">
|
169
|
+
|
170
|
+
<div class="header">
|
171
|
+
<div class="title">
|
172
|
+
<div class="ico-area">
|
173
|
+
<img src="img/ic/ic_search.svg"/>
|
174
|
+
</div>
|
175
|
+
<span class="title-area" id="formName"></span>
|
176
|
+
<div class="buttons-area">
|
177
|
+
<button onclick="closePointInfo()"><img src="img/ic/ic_dropdown-form-close.svg" alt="Cerrar" /></button>
|
178
|
+
<!-- Botón cerrar siempre visible -->
|
179
|
+
</div>
|
180
|
+
</div>
|
181
|
+
<div class="tabs">
|
182
|
+
<ul>
|
183
|
+
<li><button>Info</button></li>
|
184
|
+
</ul>
|
185
|
+
</div>
|
186
|
+
</div>
|
187
|
+
|
188
|
+
<div class="content">
|
189
|
+
<div class="tab-content dynamicForm" ng-repeat="tab in mc.filterTabs">
|
190
|
+
|
191
|
+
<div class="form-component" id="fields">
|
192
|
+
|
193
|
+
</div>
|
194
|
+
</div>
|
195
|
+
</div>
|
196
|
+
<div class="footer">
|
197
|
+
<div ng-repeat="tab in mc.filterTabs">
|
198
|
+
<span ng-repeat="item in tab.fields">
|
199
|
+
<form-button data="{{item}}" ng-model="item.name" ng-if="item.type=='button' && item.position=='footer' && tab.active"></form-button>
|
200
|
+
</span>
|
201
|
+
<!-- TBR legacy should be removed when all responses use position=footer/header/body -->
|
202
|
+
<div class="form-component" ng-repeat="item in tab.buttons">
|
203
|
+
<form-button data="{{item}}" ng-model="item.name" ng-if="item.type=='button'"></form-button>
|
204
|
+
</div>
|
205
|
+
</div>
|
206
|
+
</div>
|
207
|
+
</div>
|
208
|
+
<!-- ************************************************************************************* -->
|
209
|
+
<!-- ************************************************************************************* -->
|
210
|
+
<!-- ******************************** FIN form filters ***************************** -->
|
211
|
+
<!-- ************************************************************************************* -->
|
212
|
+
<!-- ************************************************************************************* -->
|
213
|
+
</div>
|
214
|
+
|
215
|
+
|
216
|
+
|
217
|
+
<script src="js/jquery.js"></script>
|
218
|
+
<script src="https://bmaps.bgeo.es/dev/demo/js/libs/jquery/1.12.1/jquery-ui.min.js"></script>
|
219
|
+
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css">
|
220
|
+
|
221
|
+
<script src="https://unpkg.com/@vidro/map-handler@1.0.7/dist/map-handler.js"></script>
|
222
|
+
<script src="js/interface.js"></script>
|
223
|
+
<script src="js/demo.js"></script>
|
224
|
+
|
225
|
+
|
226
|
+
|
227
|
+
</body>
|
228
|
+
</html>
|