eine Beispiel Marker einfügen und entferne Standard-Zoomsteuerung
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"/_app": "pages/_app.js",
|
||||
"/_document": "pages/_document.js",
|
||||
"/_error": "pages/_error.js",
|
||||
"/_document": "pages/_document.js",
|
||||
"/": "pages/index.js",
|
||||
"/api/locations": "pages/api/locations.js"
|
||||
}
|
||||
@@ -1,24 +0,0 @@
|
||||
/*
|
||||
* ATTENTION: An "eval-source-map" devtool has been used.
|
||||
* This devtool is neither made for production nor for readable output files.
|
||||
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
|
||||
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
||||
* or disable the default devtool with "devtool: false".
|
||||
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
||||
*/
|
||||
exports.id = "vendor-chunks/leaflet-contextmenu";
|
||||
exports.ids = ["vendor-chunks/leaflet-contextmenu"];
|
||||
exports.modules = {
|
||||
|
||||
/***/ "./node_modules/leaflet-contextmenu/dist/leaflet.contextmenu.css":
|
||||
/*!***********************************************************************!*\
|
||||
!*** ./node_modules/leaflet-contextmenu/dist/leaflet.contextmenu.css ***!
|
||||
\***********************************************************************/
|
||||
/***/ (() => {
|
||||
|
||||
|
||||
|
||||
/***/ })
|
||||
|
||||
};
|
||||
;
|
||||
Reference in New Issue
Block a user