Skip to content

Commit

Permalink
Merge pull request #6 from mapcomponents/feature/clientsideSearch
Browse files Browse the repository at this point in the history
add client-side search demo
  • Loading branch information
eschuerg committed Dec 6, 2023
2 parents e455213 + b5ad2f8 commit f1a6438
Show file tree
Hide file tree
Showing 122 changed files with 233,354 additions and 7,805 deletions.
64 changes: 63 additions & 1 deletion docs/catalogue/mc_meta.json
Original file line number Diff line number Diff line change
@@ -1 +1,63 @@
{"MlLaermkarte":{"name":"MlLaermkarte","title":"Noise map of Bonn","description":"","i18n":{"de":{"title":"Lärmkarte von Bonn","description":""}},"tags":[],"category":"","type":"application","components":["MlFillExtrusionLayer","MlCameraFollowPath"],"price":12000},"MlWanderApp":{"name":"MlWanderApp","title":"Hiking GPX-viewer","description":"","i18n":{"de":{"title":"Wanderwege GPX-Betrachter","description":""}},"tags":[],"category":"","type":"application","components":["MlGPXViewer","MlSpatialElevationProfile","MlLayerMagnify"],"price":0},"MlDeckGlTerrainLayer":{"name":"MlDeckGlTerrainLayer","title":"3D topographical layer","description":"","i18n":{"de":{"title":"3D Topo Ebene","description":""}},"tags":["Map add-on"],"category":"add-ons","type":"component","price":5000},"MlIconLayer":{"name":"MlIconLayer","title":"Animated marker layer","description":"","i18n":{"de":{"title":"Animierte Marker Ebene","description":""}},"tags":["Map layer"],"category":"layer","type":"component","price":0}}
{
"MlLaermkarte": {
"name": "MlLaermkarte",
"title": "Noise map of Bonn",
"description": "",
"i18n": { "de": { "title": "Lärmkarte von Bonn", "description": "" } },
"tags": [],
"category": "",
"type": "application",
"components": ["MlFillExtrusionLayer", "MlCameraFollowPath"],
"price": 12000
},
"MlWanderApp": {
"name": "MlWanderApp",
"title": "Hiking GPX-viewer",
"description": "",
"i18n": {
"de": { "title": "Wanderwege GPX-Betrachter", "description": "" }
},
"tags": [],
"category": "",
"type": "application",
"components": [
"MlGPXViewer",
"MlSpatialElevationProfile",
"MlLayerMagnify"
],
"price": 0
},
"MlClientseitigeSuche": {
"name": "MlClientseitigeSuche",
"title": "Offline Suche",
"description": "",
"i18n": {
"de": { "title": "Offline Suche", "description": "" }
},
"tags": [],
"category": "",
"type": "application",
"components": [],
"price": 0
},
"MlDeckGlTerrainLayer": {
"name": "MlDeckGlTerrainLayer",
"title": "3D topographical layer",
"description": "",
"i18n": { "de": { "title": "3D Topo Ebene", "description": "" } },
"tags": ["Map add-on"],
"category": "add-ons",
"type": "component",
"price": 5000
},
"MlIconLayer": {
"name": "MlIconLayer",
"title": "Animated marker layer",
"description": "",
"i18n": { "de": { "title": "Animierte Marker Ebene", "description": "" } },
"tags": ["Map layer"],
"category": "layer",
"type": "component",
"price": 0
}
}
30 changes: 15 additions & 15 deletions docs/stories.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,6 @@
"__isArgsStory": true
}
},
"applications-mldemodashboard--example-config": {
"id": "applications-mldemodashboard--example-config",
"name": "Example Config",
"title": "Applications/MlDemoDashboard",
"importPath": 934578,
"kind": "Applications/MlDemoDashboard",
"story": "Example Config",
"parameters": {
"fileName": 934578,
"framework": "react",
"__id": "applications-mldemodashboard--example-config",
"__isArgsStory": true
}
},
"applications-mllaermkarte--example-config": {
"id": "applications-mllaermkarte--example-config",
"name": "Example Config",
Expand Down Expand Up @@ -86,6 +72,20 @@
"__isArgsStory": true
}
},
"applications-mlclientseitigesuche--example-config": {
"id": "applications-mlclientseitigesuche--example-config",
"name": "Example Config",
"title": "Applications/MlClientseitigeSuche",
"importPath": 36605,
"kind": "Applications/MlClientseitigeSuche",
"story": "Example Config",
"parameters": {
"fileName": 36605,
"framework": "react",
"__id": "applications-mlclientseitigesuche--example-config",
"__isArgsStory": true
}
},
"mapcomponents-mldeckglterrainlayer--example-config": {
"id": "mapcomponents-mldeckglterrainlayer--example-config",
"name": "Example Config",
Expand Down Expand Up @@ -129,4 +129,4 @@
}
}
}
}
}
Loading

0 comments on commit f1a6438

Please sign in to comment.