-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into Add-PointCloud
- Loading branch information
Showing
79 changed files
with
39,751 additions
and
449 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,77 +1,101 @@ | ||
{ | ||
"AppRunningContest": { | ||
"name": "AppRunningContest", | ||
"title": "Running contest", | ||
"description": "A WebGis application which shows the results of a running contest between members of the different WhereGroup company locations in Germany.", | ||
"i18n": { | ||
"de": { | ||
"title": "Laufwettbewerb", | ||
"description": "Eine WebGis Anwendung die den Laufwettbewerb zwischen Mitarbeitern der verschiedenen WhereGroup Standorte in Deutschland darstellt." | ||
} | ||
}, | ||
"tags": [], | ||
"category": "", | ||
"type": "application", | ||
"components": [ | ||
"MlTransitionGeoJsonLayer", | ||
"MlGeoJsonLayer", | ||
"MlVectorTileLayer" | ||
], | ||
"thumbnail": "https://mapcomponents.github.io/react-map-components-apps/assets/thumbnails/AppRunningContest.png", | ||
"demos": [ | ||
{ | ||
"name": "Demo", | ||
"url": "https://mapcomponents.github.io/react-map-components-apps/running_contest/" | ||
} | ||
] | ||
}, | ||
"AppWebGis": { | ||
"name": "AppWebGis", | ||
"title": "WebGis", | ||
"description": "An example of a WebGis application with different measure tools, visualizing multiple layers containg various data within north-rhine westphalia", | ||
"i18n": { | ||
"de": { | ||
"title": "WebGis", | ||
"description": "Eine WebGis Anwenung mit Messwerkzeugen, dargestellt werden mehere Layer mit unetrschiedlichen Informationen in NRW" | ||
} | ||
}, | ||
"tags": [], | ||
"category": "", | ||
"type": "application", | ||
"components": [ | ||
"MlGeoJsonLayer", | ||
"MlIconLayer", | ||
"MlWmsLoader", | ||
"MlNavigationTools" | ||
], | ||
"thumbnail": "https://mapcomponents.github.io/react-map-components-apps/assets/thumbnails/AppWebGis.png", | ||
"demos": [ | ||
{ | ||
"name": "Demo", | ||
"url": "https://mapcomponents.github.io/react-map-components-apps/webGis/" | ||
} | ||
] | ||
}, | ||
"PowerPlantsApp": { | ||
"name": "PowerPlantsApp", | ||
"title": "World Power Plants", | ||
"description": "A WebGis application providing precise Information about various types of energy generation across the whole planet ", | ||
"i18n": { | ||
"de": { | ||
"title": "Energiekraftwerke weltweit", | ||
"description": "Eine WebGis-Anwendung welche Inofrmationen über Energieerzeugung auf der ganzen Welt darstellt" | ||
} | ||
}, | ||
"tags": [], | ||
"category": "", | ||
"type": "application", | ||
"components": ["MlGeoJsonLayer", "MlWmsLoader", "MlNavigationTools"], | ||
"thumbnail": "https://mapcomponents.github.io/react-map-components-apps/assets/thumbnails/PowerPlants.png", | ||
"demos": [ | ||
{ | ||
"name": "Demo", | ||
"url": "https://mapcomponents.github.io/react-map-components-apps/powerplants/" | ||
} | ||
] | ||
} | ||
"AppRunningContest": { | ||
"name": "AppRunningContest", | ||
"title": "Running contest", | ||
"description": "A WebGis application which shows the results of a running contest between members of the different WhereGroup company locations in Germany.", | ||
"i18n": { | ||
"de": { | ||
"title": "Laufwettbewerb", | ||
"description": "Eine WebGis Anwendung die den Laufwettbewerb zwischen Mitarbeitern der verschiedenen WhereGroup Standorte in Deutschland darstellt." | ||
} | ||
}, | ||
"tags": [], | ||
"category": "", | ||
"type": "application", | ||
"components": [ | ||
"MlTransitionGeoJsonLayer", | ||
"MlGeoJsonLayer", | ||
"MlVectorTileLayer" | ||
], | ||
"thumbnail": "https://mapcomponents.github.io/react-map-components-apps/assets/thumbnails/AppRunningContest.png", | ||
"demos": [ | ||
{ | ||
"name": "Demo", | ||
"url": "https://mapcomponents.github.io/react-map-components-apps/running_contest/" | ||
} | ||
] | ||
}, | ||
"AppWebGis": { | ||
"name": "AppWebGis", | ||
"title": "WebGis", | ||
"description": "An example of a WebGis application with different measure tools, visualizing multiple layers containg various data within north-rhine westphalia", | ||
"i18n": { | ||
"de": { | ||
"title": "WebGis", | ||
"description": "Eine WebGis Anwenung mit Messwerkzeugen, dargestellt werden mehere Layer mit unetrschiedlichen Informationen in NRW" | ||
} | ||
}, | ||
"tags": [], | ||
"category": "", | ||
"type": "application", | ||
"components": [ | ||
"MlGeoJsonLayer", | ||
"MlIconLayer", | ||
"MlWmsLoader", | ||
"MlNavigationTools" | ||
], | ||
"thumbnail": "https://mapcomponents.github.io/react-map-components-apps/assets/thumbnails/AppWebGis.png", | ||
"demos": [ | ||
{ | ||
"name": "Demo", | ||
"url": "https://mapcomponents.github.io/react-map-components-apps/webGis/" | ||
} | ||
] | ||
}, | ||
"PowerPlantsApp": { | ||
"name": "PowerPlantsApp", | ||
"title": "World Power Plants", | ||
"description": "A WebGis application providing precise Information about various types of energy generation across the whole planet ", | ||
"i18n": { | ||
"de": { | ||
"title": "Energiekraftwerke weltweit", | ||
"description": "Eine WebGis-Anwendung welche Inofrmationen über Energieerzeugung auf der ganzen Welt darstellt" | ||
} | ||
}, | ||
"tags": [], | ||
"category": "", | ||
"type": "application", | ||
"components": ["MlGeoJsonLayer", "MlWmsLoader", "MlNavigationTools"], | ||
"thumbnail": "https://mapcomponents.github.io/react-map-components-apps/assets/thumbnails/PowerPlants.png", | ||
"demos": [ | ||
{ | ||
"name": "Demo", | ||
"url": "https://mapcomponents.github.io/react-map-components-apps/powerplants/" | ||
} | ||
] | ||
}, | ||
"MultiTab": { | ||
"name": "MultiTab", | ||
"title": "Multi-Tab Demo", | ||
"description": "This application combines graphical and text-based information of objects that are represented in a table and map: Open a table with all the information visible on the map. Looking for an object and can't find it? Just click on it - the program will show it to you!", | ||
"i18n": { | ||
"de": { | ||
"title": "Multi-Tab Demo", | ||
"description": "Diese Anwendung kombiniert grafische und textbasierte Informationen von Objekten, die in einer Tabelle und einer Karte dargestellt werden: Öffnen Sie eine Tabelle mit allen Informationen, die auf der Karte sichtbar sind. Sie suchen ein Objekt und können es nicht finden? Klicken Sie es einfach an - das Programm zeigt es Ihnen an!" | ||
} | ||
}, | ||
"tags": [], | ||
"category": "", | ||
"type": "application", | ||
"components": [ | ||
"MlGeoJsonLayer" | ||
], | ||
"thumbnail": "https://mapcomponents.github.io/react-map-components-apps/assets/thumbnails/MultiTab.png", | ||
"demos": [ | ||
{ | ||
"name": "Demo", | ||
"url": "https://mapcomponents.github.io/react-map-components-apps/multi_tab/" | ||
} | ||
] | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.