summaryrefslogtreecommitdiffstats
path: root/sdnr/wireless-transport/code-Carbon-SR1/ux/mwtnTopology/mwtnTopology-module/src/main/resources/mwtnTopology/templates/maps.tpl.html
blob: 71e6c0ee711b70835a999dfa85bba053d9f692b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!--
<ui-gmap-google-map bounds="mapObjects.map.bounds"
                    center="mapObjects.map.center"
                    control="mapObjects.map.control"
                    dragging="mapObjects.map.dragging"
                    events="mapObjects.map.events"
                    options="mapObjects.map.options"
                    zoom="mapObjects.map.zoom">

            <ui-gmap-markers
                models="mapObjects.sites.models"
                idkey="marker.id"
                fit="true"
                coords="'self'"
                options="'options'"
                icon="mapObjects.sites.icon"
                doCluster="doGoogleCluster"
                events="mapObjects.sites.events"
                >
            </ui-gmap-markers>

            <ui-gmap-window
                coords="mapObjects.sites.tooltip"
                options="mapObjects.sites.tooltipOptions"
                show="mapObjects.sites.tooltip.show">
            </ui-gmap-window>-->

            <!--  siteLinks -->
<!--
            <ui-gmap-polylines
                models="mapObjects.siteLinks.models"
                events="mapObjects.siteLinks.events"
                path="'path'"
                stroke="'stroke'"
                geodesic="'geodesic'"
                editable="'editable'"
                draggable="'draggable'"
                static="true"
                visible="mapObjects.siteLinks.visible"
                zindex="'zIndex'"
                >
            </ui-gmap-polylines>

</ui-gmap-google-map>-->

<map center="{{mapObjects.map.center}}"
     map-type-id=“MapTypeId.HYBRID”
     street-view-control="false">

     <marker data-ng-repeat="mapObjects.sites.models"
             position="{{}}"
      />
</map>

<!--
  <sigma-topology drag-nodes="true" topology-data="topologyData" trigger-resize-sigma="triggerResizeSigma" panel="panel"
   topology-custfunc="topologyCustfunc">
  </sigma-toppology>
 -->