Campus Place finder, can I add a bookmark for each building?

1434
4
Jump to solution
08-06-2014 09:53 AM
RickeyFight
MVP Regular Contributor

Hello all,

I am trying to add bookmarks to the campus place finder web app. I have it configured but am having a hard time adding bookmarks.

Does anyone have any ideas how this can be done or some samples that would work with this template?

Thank you,

Rickey

0 Kudos
1 Solution

Accepted Solutions
RickeyFight
MVP Regular Contributor

I found an answer to my question. Not exactly what I wanted but it works well.

I switched IsAccordionVisible: to true,

//Set floor switcher

    FloorSwitcher: {

        IsExpressVisible: false,

        IsAccordionVisible: true

The result is attached.

View solution in original post

0 Kudos
4 Replies
TimWitt2
MVP Alum

Here is an example: Edit bookmarks | ArcGIS API for JavaScript

It is in legacy though.

0 Kudos
RickeyFight
MVP Regular Contributor

Thank you for the quick reply.

I have tried to incorporate it in but I cannot get the bookmark to talk to the existing map.

0 Kudos
RickeyFight
MVP Regular Contributor

If I can find a template like Esri/park-and-recreation-finder · GitHub or Esri/configurable-place-finder · GitHub‌ that has bookmarks I can incorporate it into my webapp.

0 Kudos
RickeyFight
MVP Regular Contributor

I found an answer to my question. Not exactly what I wanted but it works well.

I switched IsAccordionVisible: to true,

//Set floor switcher

    FloorSwitcher: {

        IsExpressVisible: false,

        IsAccordionVisible: true

The result is attached.

0 Kudos