Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade SDK MP(editCoordinates) + filter feature properties #16

Merged
merged 1 commit into from
Jul 21, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,006 changes: 650 additions & 356 deletions lib/external/geoportail/plugins-mix/GpPluginOl3Vg-src.css

Large diffs are not rendered by default.

1,430 changes: 1,046 additions & 384 deletions lib/external/geoportail/plugins-mix/GpPluginOl3Vg-src.js

Large diffs are not rendered by default.

7,115 changes: 7,109 additions & 6 deletions lib/external/geoportail/plugins-mix/GpPluginOl3Vg.css

Large diffs are not rendered by default.

45 changes: 23 additions & 22 deletions lib/external/geoportail/plugins-mix/GpPluginOl3Vg.js

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
522 changes: 314 additions & 208 deletions lib/external/geoportail/plugins-ol3/GpPluginOl3-src.css

Large diffs are not rendered by default.

1,432 changes: 1,047 additions & 385 deletions lib/external/geoportail/plugins-ol3/GpPluginOl3-src.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions lib/external/geoportail/plugins-ol3/GpPluginOl3.css

Large diffs are not rendered by default.

45 changes: 23 additions & 22 deletions lib/external/geoportail/plugins-ol3/GpPluginOl3.js

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
372 changes: 237 additions & 135 deletions lib/external/geoportail/plugins-vg/GpPluginVg-src.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* copyright IGN
* @author IGN
* @version 5.0.0
* @date 2017-06-16
* @date 2017-07-21
*
*/
/* MOUSE POSITION */
Expand Down Expand Up @@ -1632,119 +1632,221 @@ input[id^=GPshowMeasureLength-]:checked + label + div {
border-top-color: #ffcc33;
}

/* MOUSE POSITION */

/* Showing/hiding mouse position panel */

label[id^=GPshowMousePositionPicto] {
display: inline-block;
}

input[id^=GPshowMousePosition-] + label {
display: block;
}

input[id^=GPshowMousePosition-]:checked + label {
display: none;
}

input[id^=GPshowMousePosition-] + label + div {
display: none;
}

input[id^=GPshowMousePosition-]:checked + label + div {
display: block;
}

/* General panels */

div[id^=GPmousePositionPanel-] {
width: 240px;
overflow: hidden;
}

/* Basic infos */

div[id^=GPmousePositionBasicPanel] {
padding: 10px 15px;
}

.GPmousePositionLabel,
.GPmousePositionCoords {
display: inline-block;
line-height: 20px;
}

.GPmousePositionLabel {
width: 80px;
font-weight: bold;
}

.GPmousePositionCoords {
width: 110px;
}

/* Showing settings */

.GPshowMousePositionSettingsPicto {
bottom: 5px;
right: 0;
transition: all 0.5s ease-out 0s;
}

div[id^=GPmousePosition-] input[type="checkbox"]:checked + .GPshowMousePositionSettingsPicto {
bottom: 100px;
}

div[id^=GPmousePositionSettings-] {
display: block;
max-height: 0;
opacity: 0;
transition: max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
}

div[id^=GPmousePosition-] input[type="checkbox"]:checked + label + div[id^=GPmousePositionSettings-] {
max-height: 95px;
opacity: 1;
}

/* Settings */

div[id^=GPmousePositionSettings-] {
height: 95px;
padding-left: 0 15px;
overflow: hidden;
}

.GPmousePositionSettingsLabel {
display: block;
margin: auto;
text-align: center;
font-weight: bold;
line-height: 16px;
}

.GPmousePositionSettingsSelect {
width: 180px;
margin-top: 5px;
}

/* Map center localisation */

#GPmapCenter {
display: none;
position: absolute;
top: 50%;
left: 50%;
width: 50px;
height: 50px;
margin-top: -25px;
margin-left: -25px;
}

#GPmapCenter.GPmapCenterVisible {
display: block;
}
/* MOUSE POSITION */

/* Showing/hiding mouse position panel */

label[id^=GPshowMousePositionPicto] {
display: inline-block;
}

input[id^=GPshowMousePosition-] + label {
display: block;
}

input[id^=GPshowMousePosition-]:checked + label {
display: none;
}

input[id^=GPshowMousePosition-] + label + div {
display: none;
}

input[id^=GPshowMousePosition-]:checked + label + div {
display: block;
}

/* General panels */

div[id^=GPmousePositionPanel-] {
width: 300px;
overflow: hidden;
}

/* Basic infos */

div[id^=GPmousePositionBasicPanel] {
padding: 10px 15px;
position: relative;
}

.GPmousePositionLabel,
.GPmousePositionCoords {
display: inline-block;
line-height: 20px;
}

.GPmousePositionLabel {
width: 80px;
font-weight: bold;
}

.GPmousePositionCoords {
width: 110px;
}

/* Showing settings */

.GPshowMousePositionSettingsPicto {
bottom: 5px;
right: 0;
transition: all 0.5s ease-out 0s;
}

div[id^=GPmousePosition-] input[type="checkbox"]:checked + .GPshowMousePositionSettingsPicto {
bottom: 100px;
}

div[id^=GPmousePositionSettings-] {
display: block;
max-height: 0;
opacity: 0;
transition: max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
}

div[id^=GPmousePosition-] input[type="checkbox"]:checked + label + div[id^=GPmousePositionSettings-] {
max-height: 95px;
opacity: 1;
}

/* Settings */

div[id^=GPmousePositionSettings-] {
height: 95px;
padding-left: 0 15px;
overflow: hidden;
}

.GPmousePositionSettingsLabel {
display: block;
margin: auto;
text-align: center;
font-weight: bold;
line-height: 16px;
}

.GPmousePositionSettingsSelect {
width: 180px;
margin-top: 5px;
}

/* General panels */

div[id^=GPmousePositionCoordinate-] input.error {
border: 1px solid rgb(255, 0, 0);
}
div[id^=GPmousePositionCoordinate-] input[readonly] {
border: 1px solid transparent;
padding: 2px;
text-align: right;
}

input[id^=GPmousePositionLat-], input[id^=GPmousePositionLon-] {
width: 120px;
}

span[id^=GPmousePositionAlt-] {
display: inline-block;
padding: 2px;
width: 120px;
line-height: 20px;
text-align: right;
}

/* sexagesimal coordinates */

.GPSexagesimal, .GPSexagesimalsec {
margin:0;
border: 1px solid rgb(204, 204, 204);
border-radius: 4px;
}

input:read-only.GPSexagesimal, input:read-only.GPSexagesimalsec {
text-align: right;
}

.GPSexagesimal {
width: 25px;
}

.GPSexagesimalsec {
width: 38px;
}
.GPmousePositionSexagesimalLabel {
font-size: 1.2em;
vertical-align: middle;
padding: 0;
}

/* direction N/S ou E/O */
select.GPmousePositionDirection {
border: 1px solid #999;
margin-left: 2px;
}

select.GPmousePositionDirection:disabled{
border: none;
background: transparent;
color: black;
/*For FireFox*/
-webkit-appearance: none;
/*For Chrome*/
-moz-appearance: none;
}

/*For IE10+*/
select.GPmousePositionDirection:disabled::-ms-expand {
display: none;
}
select.GPmousePositionDirection:disabled::-ms-value {
color: black;
}

.GPmousePositionUnits,
.GPmousePositionAltitudeUnits {
margin-left: 5px;
}

/* EDIT COORDINATES TOOLS */
.GPmousePositionPanelEditTools {
position: absolute;
top: 20px;
right: 5px;
}

.GPmousePositionEditTool {
width: 18px;
height: 18px;
display: inline-block;
cursor: pointer;
}

span[id^=GPmousePositionCloseEdit] {
background-position: -18px 0;
margin-left: 5px;
}

img[id^=GPmousePositionMarker]:hover {
cursor: pointer;
opacity: 0.7;
}

/* Map center localisation */

#GPmapCenter {
display: none;
position: absolute;
top: 50%;
left: 50%;
width: 50px;
height: 50px;
margin-top: -25px;
margin-left: -25px;
}

#GPmapCenter.GPmapCenterVisible {
display: block;
}

/* REVERSE GEOCODING */

Expand Down Expand Up @@ -2729,6 +2831,27 @@ div[id^=GPlayerInfoClose] {
background-image: url("img/GPlayerInfo.png");
}

/* REVERSE GEOCODING */

#GPreverseGeocoding {
left: 10px;
}

/* Showing/hiding reverse geocoding panel */

#GPshowReverseGeocodingOpen {
background-image: url("img/GPreverseGeocodingOpen.png");
}

/* General panels */

#GPreverseGeocodingPanel {
left: 8px;
}

#GPreverseGeocodingPanelClose {
background-image: url("img/GPreverseGeocodingOpen.png");
}
/* MOUSE POSITION */

div[id^=GPmousePosition-] {
Expand All @@ -2754,27 +2877,6 @@ div[id^=GPmousePositionPanelClose] {
background-image: url("img/GPmapCenter.png");
}

/* REVERSE GEOCODING */

#GPreverseGeocoding {
left: 10px;
}

/* Showing/hiding reverse geocoding panel */

#GPshowReverseGeocodingOpen {
background-image: url("img/GPreverseGeocodingOpen.png");
}

/* General panels */

#GPreverseGeocodingPanel {
left: 8px;
}

#GPreverseGeocodingPanelClose {
background-image: url("img/GPreverseGeocodingOpen.png");
}
/* ROUTE */

#GProute {
Expand Down
Loading