Skip to content

Commit

Permalink
Merge pull request #361 from mviewer/develop
Browse files Browse the repository at this point in the history
Version 4.2
  • Loading branch information
lecault authored Jan 15, 2025
2 parents 7e35d91 + 8d43933 commit 431ca39
Show file tree
Hide file tree
Showing 120 changed files with 6,657 additions and 2,419 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3"
python: "3.12"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
Expand All @@ -31,4 +31,4 @@ formats:
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt
- requirements: docs/requirements.txt
6 changes: 4 additions & 2 deletions config-php-sample.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"app_conf": {
"studio_title": "GéoBretagne mviewer studio",
"mviewer_version": "3.12",
"mviewerstudio_version": "4.1",
"mviewer_version": "3.13",
"mviewerstudio_version": "4.2",
"is_php": "true",
"php": {
"upload_service": "srv/php/store.php",
Expand Down Expand Up @@ -133,6 +133,7 @@
"url": "https://tile.geobretagne.fr/osm/service",
"layers": "osm:google",
"format": "image/png",
"fromcapacity": "false",
"attribution": "GéoBretagne. Données : les contributeurs d'<a href=\"https://www.openstreetmap.org/\" target=\"_blank\">OpenStreetMap </a>, <a href=\"https://www.openstreetmap.org/copyright\" target=\"_blank\">ODbL </a>",
"style": "normal",
"matrixset": "PM",
Expand All @@ -147,6 +148,7 @@
"url": "https://tile.geobretagne.fr/osm/service",
"layers": "osm:grey",
"format": "image/png",
"fromcapacity": "false",
"attribution": "GéoBretagne - GéoGrandEst. Données : les contributeurs d'<a href=\"https://www.openstreetmap.org/\" target=\"_blank\">OpenStreetMap </a>, <a href=\"https://www.openstreetmap.org/copyright\" target=\"_blank\">ODbL </a>",
"style": "normal",
"matrixset": "PM",
Expand Down
6 changes: 4 additions & 2 deletions config-python-sample.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"app_conf": {
"studio_title": "Mviewer Studio",
"mviewer_version": "3.12",
"mviewerstudio_version": "4.1",
"mviewer_version": "3.13",
"mviewerstudio_version": "4.2",
"api": "api/app",
"store_style_service": "api/style",
"mviewer_instance": "/mviewer/",
Expand Down Expand Up @@ -127,6 +127,7 @@
"url": "https://tile.geobretagne.fr/osm/service",
"layers": "osm:google",
"format": "image/png",
"fromcapacity": "false",
"attribution": "GéoBretagne. Données : les contributeurs d'<a href=\"https://www.openstreetmap.org/\" target=\"_blank\">OpenStreetMap </a>, <a href=\"https://www.openstreetmap.org/copyright\" target=\"_blank\">ODbL </a>",
"style": "normal",
"matrixset": "PM",
Expand All @@ -141,6 +142,7 @@
"url": "https://tile.geobretagne.fr/osm/service",
"layers": "osm:grey",
"format": "image/png",
"fromcapacity": "false",
"attribution": "GéoBretagne - GéoGrandEst. Données : les contributeurs d'<a href=\"https://www.openstreetmap.org/\" target=\"_blank\">OpenStreetMap </a>, <a href=\"https://www.openstreetmap.org/copyright\" target=\"_blank\">ODbL </a>",
"style": "normal",
"matrixset": "PM",
Expand Down
4 changes: 2 additions & 2 deletions css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -3850,9 +3850,9 @@ input[type="button"].btn-block {
.list-group-item {
position: relative;
display: block;
padding: 0.9rem 1.25rem;
padding: 0.5rem 0.75rem;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125); }
}
.list-group-item:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit; }
Expand Down
Loading

0 comments on commit 431ca39

Please sign in to comment.