commit f5339a2d3e279361fd6afa62978179fe4034b511 Author: admin Date: Wed Jun 4 11:44:56 2025 +0000 Upload files to "/" diff --git a/dzialki1.png b/dzialki1.png new file mode 100644 index 0000000..dc0f842 Binary files /dev/null and b/dzialki1.png differ diff --git a/id.txt b/id.txt new file mode 100644 index 0000000..427ed1a --- /dev/null +++ b/id.txt @@ -0,0 +1 @@ +https://geoportal.pgi.gov.pl/arcgis/rest/services/sopoView_dynamic/MapServer/export?dpi=96&transparent=true&format=png8&bbox=620974.8645613709%2C190856.77261993414%2C622996.2852708789%2C192206.15031868956&bboxSR=%7B%22wkt%22%3A%22PROJCS%5B%5C%22PUWG_92%5C%22%2CGEOGCS%5B%5C%22GCS_ETRF_1989%5C%22%2CDATUM%5B%5C%22D_ETRF_1989%5C%22%2CSPHEROID%5B%5C%22WGS_1984%5C%22%2C6378137.0%2C298.257223563%5D%5D%2CPRIMEM%5B%5C%22Greenwich%5C%22%2C0.0%5D%2CUNIT%5B%5C%22Degree%5C%22%2C0.0174532925199433%5D%5D%2CPROJECTION%5B%5C%22Gauss_Kruger%5C%22%5D%2CPARAMETER%5B%5C%22False_Easting%5C%22%2C500000.0%5D%2CPARAMETER%5B%5C%22False_Northing%5C%22%2C-5300000.0%5D%2CPARAMETER%5B%5C%22Central_Meridian%5C%22%2C19.0%5D%2CPARAMETER%5B%5C%22Scale_Factor%5C%22%2C0.9993%5D%2CPARAMETER%5B%5C%22Latitude_Of_Origin%5C%22%2C0.0%5D%2CUNIT%5B%5C%22Meter%5C%22%2C1.0%5D%5D%22%7D&imageSR=%7B%22wkt%22%3A%22PROJCS%5B%5C%22PUWG_92%5C%22%2CGEOGCS%5B%5C%22GCS_ETRF_1989%5C%22%2CDATUM%5B%5C%22D_ETRF_1989%5C%22%2CSPHEROID%5B%5C%22WGS_1984%5C%22%2C6378137.0%2C298.257223563%5D%5D%2CPRIMEM%5B%5C%22Greenwich%5C%22%2C0.0%5D%2CUNIT%5B%5C%22Degree%5C%22%2C0.0174532925199433%5D%5D%2CPROJECTION%5B%5C%22Gauss_Kruger%5C%22%5D%2CPARAMETER%5B%5C%22False_Easting%5C%22%2C500000.0%5D%2CPARAMETER%5B%5C%22False_Northing%5C%22%2C-5300000.0%5D%2CPARAMETER%5B%5C%22Central_Meridian%5C%22%2C19.0%5D%2CPARAMETER%5B%5C%22Scale_Factor%5C%22%2C0.9993%5D%2CPARAMETER%5B%5C%22Latitude_Of_Origin%5C%22%2C0.0%5D%2CUNIT%5B%5C%22Meter%5C%22%2C1.0%5D%5D%22%7D&size=764%2C510&f=image \ No newline at end of file diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..c4f9681 --- /dev/null +++ b/manifest.json @@ -0,0 +1,48 @@ +{ + "manifest_version": 2, + "name": "ZEDEMES", + "version": "0.0.12", + + "content_scripts": [ + { + "matches": ["*://*.tauron-dystrybucja.pl/*", "*://mapy.geoportal.gov.pl/*"], + "js": [ + "/js/content.js", + "/js/handlers/geoButton.js", + + "/js/map_providers/geoportal.js", + "/js/map_providers/google.js", + "/js/map_providers/lpp.js", + "/js/map_providers/isok.js", + "/js/map_providers/sopo.js", + "/js/map_providers/gdos.js", + "/js/functions/dzialki.js", + "/js/functions/dzialki2.js", + "/js/functions/osuwiska.js", + "/js/functions/position.js", + "/js/functions/section.js", + "/js/functions/lines.js", + "/js/functions/mpzp.js", + "/js/functions/test.js", + "/js/handlers/getGmina.js", + "/js/handlers/getChelmiec.js", + "/js/handlers/messages.js", + "/js/handlers/translate.js", + "/js/core.js" + ] + } + ], + "permissions": [ + "webRequest", + "webRequestBlocking", + "tabs", + "contextMenus", + "" + ], + "background": { + "scripts": ["/js/background.js"] + }, + + "devtools_page": "dev.html", + "web_accessible_resources": ["page.html", "icons/mpzp.png","icons/loading.gif", "icons/dzialki1.png","icons/dzialki2.png","icons/pen.png","icons/slice.png","icons/save.png","icons/geoportal.png","icons/google.png","icons/gdos.png","icons/isok.png","icons/sopo.png","icons/lpp.png","icons/position.png","icons/position_alt.png"] +} diff --git a/page.html b/page.html new file mode 100644 index 0000000..b7aa2fe --- /dev/null +++ b/page.html @@ -0,0 +1,42 @@ + + + + + \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..6e69216 --- /dev/null +++ b/readme.md @@ -0,0 +1,11 @@ +Tworzenie nowego repozytorium z linii poleceń +touch README.md +git init +git checkout -b main +git add README.md +git commit -m "first commit" +git remote add origin https://git.wastpol.pl/admin/wtyczka-zms.git +git push -u origin main +Wypychanie istniejącego repozytorium z linii poleceń +git remote add origin https://git.wastpol.pl/admin/wtyczka-zms.git +git push -u origin main \ No newline at end of file