Topic on Extension talk:Maps

GeoJson: possibility to link to Wiki page?

3
Jvos2020 (talkcontribs)
Shyamal (talkcontribs)

Good question. Came here for the same feature.

Shyamal (talkcontribs)

So I added the feature by editing /Maps/resources/leaflet/FeatureBuilder.js

and modifying function createMarker(properties, options) with something like

if( properties.hasOwnProperty('text') && properties.text.length > 0 ) {

           marker.bindPopup( '<a href="/'+ properties.title+'>'+properties.text+'</a>' );

       }

Reply to "GeoJson: possibility to link to Wiki page?"