Upload files to "/"
This commit is contained in:
BIN
dzialki1.png
Normal file
BIN
dzialki1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
1
id.txt
Normal file
1
id.txt
Normal file
@@ -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
|
||||
48
manifest.json
Normal file
48
manifest.json
Normal file
@@ -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",
|
||||
"<all_urls>"
|
||||
],
|
||||
"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"]
|
||||
}
|
||||
42
page.html
Normal file
42
page.html
Normal file
@@ -0,0 +1,42 @@
|
||||
<style>
|
||||
#dropdown {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#dropdown-content {
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
position: absolute;
|
||||
background-color: #f9f9f9;
|
||||
min-width: 80px;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
padding: 12px 16px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
/* .dropdown:hover .dropdown-content {
|
||||
display: block;
|
||||
} */
|
||||
</style>
|
||||
|
||||
<div id="dropdown">
|
||||
<span id="dropdown-button"></span>
|
||||
<div id="dropdown-content">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- <script>
|
||||
let dropdown = document.getElementById("dropdown");
|
||||
let content = document.getElementById("dropdown-content");
|
||||
console.log('ooo')
|
||||
|
||||
dropdown.onclick = abc;
|
||||
|
||||
function abc(){
|
||||
console.log('ooo')
|
||||
content.style.display = "block"
|
||||
}
|
||||
|
||||
|
||||
</script> -->
|
||||
11
readme.md
Normal file
11
readme.md
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user