Adding a query string to a map URL can be helpful if you are trying to show a user something specific on the map or wanting to embed the map in a specific way relative to the web page. Here are most commonly used query strings and examples of how to add them to the map URL.
The base format for attaching a query string to a URL is as follows:
https://map.concept3d.com/map/?id=[mapID]#![queryString]
Note: Using multiple query strings is a great way to provide a custom view! However, if you use more than one query string and the URL is not working as expected, reach out for support. The options you chose may not play nice together and we can help you obtain the view you are looking for!
The base format with multiple query strings looks like this:
https://map.concept3d.com/map/?id=[mapID]#![queryString1]?[queryString2]
In the below examples, use your map ID in place of [mapID] (omit brackets)
Parameter |
URL Addition |
Example Structure |
Side Bar Closed |
sbc |
https://map.concept3d.com/?id=[mapID]#!sbc |
Side Bar Hide |
&sbh |
https://map.concept3d.com/?id=[mapID]&sbh#! |
Top Bar Hide |
&tbh |
https://map.concept3d.com/?id=[mapID]&tbh#! |
Footer Hide |
?fh/ |
https://map.concept3d.com/?id=[mapID]#!fh/?ph/?wd/ OR, if alone: |
Print Hide |
?ph/ |
|
Wayfinding Hide |
?wd/ |
|
Open as Balloon |
?mb/ |
https://map.concept3d.com/?id=[mapID]#!m/[markerID]?ce/[categoryExpanded]?ct/[categoryID]?mb/ |
Zoom |
z/ |
https://map.concept3d.com/?id=[mapID]#!z/10 |
Map Center |
mc/ |
https://map.concept3d.com/?id=[mapID]#!mc/[enter lat,long] |
Category Toggle |
ct/ |
https://map.concept3d.com/?id=[mapID]#!ct/33 |
Category Expand |
ce/ |
https://map.concept3d.com/?id=[mapID]#!ce/33 |
Open Marker |
m/ |
https://map.concept3d.com/?id=[mapID]#!m/[markerID] |
Marker Minimized |
bm/ |
https://map.concept3d.com/?id=[mapID]#!m/[markerID]?bm/?ct/[categoryID] |
Sidebar Toggle |
sbt/tours |
https://map.concept3d.com/?id=[mapID]#?sbt/tours |
Search |
s/key= |
https://map.concept3d.com/?id=[mapID]#!s/key=Arts Building |
Play Tour |
t/ |
https://map.concept3d.com/?id=[mapID]#!t/[tourID]:[tourStopNumber] |
Level |
lvl/ |
https://map.concept3d.com/?id=[mapID]#!lvl/[levelNumber] |
Hide Logo |
lh/ |
https://map.concept3d.com/?id=[mapID]#!?lh/ |
Hide Level Selector |
lvlh/ |
https://map.concept3d.com/?id=[mapID]#!lvlh/ |
Hide Home Button |
&hh |
https://map.concept3d.com/?id=[mapID]&hh#! NOTE: This is placed before the hash |
Hide Map Controls |
&mch |
https://map.concept3d.com/?id=[mapID]&mch#! |
Reference ID Share |
&reference= |
https://map.concept3d.com/?id=[MapID]&reference=[referenceID] NOTE: This is placed before the hash |
ref/ |
https://map.concept3d.com/?id=[mapID]#!ref/[referenceID] |