-
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.
- Loading branch information
Showing
7 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
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
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
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,4 +1,4 @@ | ||
import { Manager } from "https://app.mapx.org/sdk/mxsdk.modern.js"; | ||
import { Manager } from "https://app.staging.mapx.org/sdk/mxsdk.modern.js"; | ||
import reactSplitGrid from "https://cdn.jsdelivr.net/npm/[email protected]/+esm"; | ||
|
||
/** | ||
|
@@ -17,7 +17,7 @@ const App = () => { | |
const mapx = new Manager({ | ||
container: mxContainer.current, | ||
verbose: true, | ||
url: "https://app.mapx.org:443", | ||
url: "https://app.staging.mapx.org:443", | ||
params: { | ||
theme: "color_light", | ||
project: "MX-YBJ-YYF-08R-UUR-QW6", | ||
|
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,12 +1,12 @@ | ||
import { Manager } from "https://app.mapx.org/sdk/mxsdk.modern.js"; | ||
import { Manager } from "https://app.staging.mapx.org/sdk/mxsdk.modern.js"; | ||
import tomSelect from "https://cdn.jsdelivr.net/npm/[email protected]/+esm"; | ||
|
||
const elSelect = document.getElementById("selectLocation"); | ||
|
||
const mapx = new Manager({ | ||
container: document.getElementById("mapx"), | ||
verbose: true, | ||
url: "https://app.mapx.org:443", | ||
url: "https://app.staging.mapx.org:443", | ||
static: true, | ||
verbose: true, | ||
params: { | ||
|
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 @@ | ||
import * as noUiSlider from "https://unpkg.com/[email protected]/dist/nouislider.mjs"; | ||
import TomSelect from "https://unpkg.com/[email protected]/dist/esm/tom-select.complete.js"; | ||
import { AnimationButton } from "./animation_button.js"; | ||
import { Manager } from "https://app.mapx.org/sdk/mxsdk.modern.js"; | ||
import { Manager } from "https://app.staging.mapx.org/sdk/mxsdk.modern.js"; | ||
|
||
const idView = "MX-JZE39-E53LZ-0IIHP"; // somalia acled 2017 | ||
const idAttrNum = "fatalities"; | ||
|
@@ -10,7 +10,7 @@ const idAttrText = "actor1"; | |
const mapx = new Manager({ | ||
container: document.getElementById("mapx"), | ||
verbose: true, | ||
url: "https://app.mapx.org:443", | ||
url: "https://app.staging.mapx.org:443", | ||
static: true, | ||
verbose: true, | ||
params: { | ||
|
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,4 +1,4 @@ | ||
import { Manager } from "https://app.mapx.org/sdk/mxsdk.modern.js"; | ||
import { Manager } from "https://app.staging.mapx.org/sdk/mxsdk.modern.js"; | ||
import nipplejs from "https://cdn.jsdelivr.net/npm/[email protected]/+esm"; | ||
|
||
const conf = { | ||
|
@@ -15,7 +15,7 @@ const conf = { | |
const mapx = new Manager({ | ||
container: document.getElementById("mapx"), | ||
verbose: true, | ||
url: "https://app.mapx.org:443", | ||
url: "https://app.staging.mapx.org:443", | ||
static: true, | ||
verbose: true, | ||
params: { | ||
|
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