diff -r 2a93eb9f38f5 -r 38d5789e30d0 cms/app-client/app/templates/components/notice-location-component.hbs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cms/app-client/app/templates/components/notice-location-component.hbs Sun Nov 27 15:12:30 2016 +0100 @@ -0,0 +1,29 @@ +
+{{#if geoInfo.ref-locs }} + +{{/if}} +{{#if geoInfo.notes }} + +{{/if}} +
+{{#if hasCoordinates }} +
+
lat.: {{geoInfo.latitude}}, long.: {{geoInfo.longitude}}
+ {{#leaflet-map lat=geoInfo.latitude lng=geoInfo.longitude zoom=zoom scrollWheelZoom=false }} + {{tile-layer url=tilesUrl}} + {{marker-layer location=location}} + {{/leaflet-map}} +
Fond de carte OpenStreetMap.
+
+{{/if}} \ No newline at end of file