Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Maps4HTML/MapML.js
/ mapml2geojson
Method
mapml2geojson
src/layer.js:855–857 ·
view source on GitHub ↗
(options = {})
Source
from the content-addressed store, hash-verified
853
});
854
}
855
mapml2geojson(options = {}) {
856
return
Util.mapml2geojson(this, options);
857
}
858
pasteFeature(feature) {
859
switch (typeof feature) {
860
case
'string'
:
Callers
2
mapFeature.test.js
File · 0.45
mapml2geojson.test.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected