MediaWiki discusión:Gadget-MapTools.js
Please update gadget
editarPer comment on phabricator To resolve the deprecation warnings, make this change to the gadget:
- map.addGeoJSONLayer( group.id, dataGroups[group.id], options );
+ map.addGeoJSONLayer( dataGroups[group.id], options );
The new interface finds group name as group.name
, made available by the mapdata library. TheDJ (Diskussion) 12:01, 26. Jan. 2023 (CET)