Park and Recreation Finderアプリケーションで、「Activity」アイコンの選択を必須にしない方法はありますか? アイコンを選択しないか、またはどのアイコンを選択するかを選べるようにしたいです。 これは検索に影響を与えており、住所やPark名で検索したいだけの場合でも自動的にアクティビティを検索してしまいます。 これが誰かにとって意味がありますか?<\/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.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.