Y a-t-il un moyen dans l'application Park and Recreation Finder de ne pas exiger qu'une icône "Activity" soit sélectionnée ? Je souhaiterais qu'aucune icône ne soit sélectionnée ou éventuellement pouvoir choisir quelle icône est sélectionnée. Cela perturbe la recherche car elle cherche automatiquement une activité même lorsque je veux seulement rechercher par adresse ou par nom de parc. Est-ce que cela a du sens pour quelqu'un ?<\/P><\/BODY><\/HTML>
If I understand you correctly, you're looking for the section of the code displayed below:
//Activities to be displayed in info window for a feature
Activities: [{
FieldName: "${RESTROOM}",
Alias: "Restrooms Available",
Image: "images/restrooms.png",
isSelected: true
}, {
FieldName: "${ADACOMPLY}",
Alias: "ADA Compliant",
Image: "images/ada compliant.png"
FieldName: "${SWIMMING}",
Alias: "Swimming",
Image: "images/swimming.png"
},
Change the part where it says isSelected to false.
Hi Tami,
What version of Park and Recreation finder are you using? We are using the version for 10.2 and do not have that problem. It searches one of three ways: by Address OR by Park Name OR by Activity.
You can see our site here:
http://gis.fwb.org/ParksFinder/default.htm
Luci
Thanks.
Don’t know how I missed that. It worked.
Tami
Thanks. I didn’t notice there is an option to have the symbol on by default. I changed that and it works fine now. We are also using 10.2. Same as your’s.
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.