-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from sigcorporativo-ja/develop
Develop
- Loading branch information
Showing
8 changed files
with
99 additions
and
637 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/** | ||
* Mapea API | ||
* Version 6.4.0 | ||
* Date 26-06-2023 | ||
* Version 6.6.0 | ||
* Date 01-04-2024 | ||
*/ | ||
(function(M) { | ||
/** | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link href="https://cdn.jsdelivr.net/npm/@ionic/[email protected]/css/ionic.bundle.css" rel="stylesheet" /> | ||
<link type="text/css" rel="stylesheet" href="../lib/mapea-6.5.0.ol.min.css" rel="stylesheet" /> | ||
<link type="text/css" rel="stylesheet" href="../lib/mapea-6.6.0.ol.min.css" rel="stylesheet" /> | ||
<style> | ||
/* fix mapea styles bugs */ | ||
.m-scale-container { | ||
|
@@ -82,8 +82,8 @@ | |
<script type="text/javascript" src="cordova.js"></script> | ||
<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/[email protected]/dist/ionic/ionic.esm.js"></script> | ||
<script nomodule src="https://cdn.jsdelivr.net/npm/@ionic/[email protected]/dist/ionic/ionic.js"></script> | ||
<script type="text/javascript" src="../lib/mapea-6.5.0.ol.min.js"></script> | ||
<script type="text/javascript" src="../lib/configuration-6.5.0.js"></script> | ||
<script type="text/javascript" src="../lib/mapea-6.6.0.ol.min.js"></script> | ||
<script type="text/javascript" src="../lib/configuration-6.6.0.js"></script> | ||
<script></script> | ||
</body> | ||
|
||
|