Changeset 70349 in spip-zone
- Timestamp:
- Mar 3, 2013, 10:57:00 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/spip_geoportail/js/geoportail.js
r70212 r70349 543 543 { opts.preFeatureInsert = Geoportal.Popup.setPointerCursorForFeature; 544 544 l = map.getMap().addLayer(type, name, url, opts, { formatOptions :{extractStyles : true}, preventDefaultBehavior : true }); 545 l.spipType = type; 545 546 } 546 547 if (l) … … 1164 1165 if (!hover) 1165 1166 { if (att.description) html += att.description; 1166 else 1167 else if (feature.layer.spipType == 'KML') 1167 1168 { var t = ""; 1168 1169 for (var a in att)
Note: See TracChangeset
for help on using the changeset viewer.