mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-04-27 05:45:54 +00:00
update embedding instructions
This commit is contained in:
@@ -90,6 +90,9 @@ export function getCleanedEmbeddingOptions(
|
||||
delete cleanedOptions[key];
|
||||
}
|
||||
}
|
||||
if (cleanedOptions['key'] && cleanedOptions['key'] === PUBLIC_MAPTILER_KEY) {
|
||||
delete cleanedOptions['key'];
|
||||
}
|
||||
return cleanedOptions;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user