diff options
Diffstat (limited to 'chimere/static')
| -rw-r--r-- | chimere/static/chimere/js/jquery.chimere.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chimere/static/chimere/js/jquery.chimere.js b/chimere/static/chimere/js/jquery.chimere.js index fe75c72..9e62055 100644 --- a/chimere/static/chimere/js/jquery.chimere.js +++ b/chimere/static/chimere/js/jquery.chimere.js @@ -220,7 +220,6 @@ var invisibleStyleIcon = new ol.style.Style({ current_category: null, // To store the current category clicked in list current_routes_features: [], // To store the current routes find by routing itinerary_step_number:0, // current step number - icon_offset: [0, 0], edition: false, // edition mode edition_type: 'marker', // marker, route or polygon edition //default_icon: new OpenLayers.Icon( @@ -1078,8 +1077,6 @@ var invisibleStyleIcon = new ol.style.Style({ var offset_y = -(radius + radius / 2); var geom = feature.getGeometry(); methods.openPopup(feat, offset_x, offset_y, geom.getCoordinates()); - //.attributes.marker; - //m.events.triggerEvent('click'); e.stopPropagation(); return false; }); |
