raintee-maputils 1.0.53 → 1.0.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6224,7 +6224,7 @@ const Sttqp = (initVal, taskList, processor) => {
|
|
|
6224
6224
|
const CSnapt = async (fts, lys, style) => {
|
|
6225
6225
|
return new Promise((resolve, reject) => {
|
|
6226
6226
|
createElementById('tem123', async (id) => {
|
|
6227
|
-
const map =
|
|
6227
|
+
const map = mapboxgl.CreateMapboxMap({
|
|
6228
6228
|
container: id,
|
|
6229
6229
|
style: style,
|
|
6230
6230
|
zoom: 12,
|