How do I edit the color of point symbols in a crowdsource story map?

952
7
Jump to solution
05-03-2018 05:24 PM
AlisonDavis-Holland1
New Contributor II

I am trying to edit the colors of the clusters and point symbols of the crowdsource layer. I am looking at the JSON and the color section has four numbers but they are not CMYK percentages as some numbers are greater than 100. Any ideas? Owen Evans

0 Kudos
1 Solution

Accepted Solutions
StephenSylvia
Esri Regular Contributor

Unfortunately, you will not be able to edit the point symbology in the hosted version of the Story Map Crowdsource app. This app relies on a custom cluster layer implementation that is not available in the ArcGIS JavaScript API or the web map spec. Because of this, you will need to download modify the source code of the app and fork the crowdsource layer on github, then host the custom version of the app on your web server.

View solution in original post

7 Replies
AlisonDavis-Holland1
New Contributor II

Ok - I figured out the four numbers for the colors are the RGB and transparency values. They match the map that I created. But I do not see a place to edit the colors of the clusters and points as they appear in the map app. They always appear white with blue rings like this:

Am I am to edit the cluster colors or do I need to edit the source code for that? Owen Evans

0 Kudos
HeathAnderson
Occasional Contributor II

Hi Alison,

Did you figure out how to accomplish this?  

0 Kudos
AlisonDavis-Holland1
New Contributor II

I seem to recall that I looked for the map that is autogenerated by the

crowdsourced app. Then I opened it and edited the symbol as in a normal map.

Alison

Alison Davis-Holland

Cartographer and Story Map Author

Davis-Holland Consulting LLC

t: 703.688.2266

e: alison@davisholland.com

www.davisholland.com

<https://davisholland.com>

<https://www.linkedin.com/company/davisholland/> [image:

Twitter icon] <https://twitter.com/DavisHollandLLC>

<https://www.instagram.com/adavisholland/>

0 Kudos
StephenSylvia
Esri Regular Contributor

Unfortunately, you will not be able to edit the point symbology in the hosted version of the Story Map Crowdsource app. This app relies on a custom cluster layer implementation that is not available in the ArcGIS JavaScript API or the web map spec. Because of this, you will need to download modify the source code of the app and fork the crowdsource layer on github, then host the custom version of the app on your web server.

HeathAnderson
Occasional Contributor II

Stephen,

Thank you for the update.  Would you know where in the file structure I would make that change?

Best,

Heath

0 Kudos
StephenSylvia
Esri Regular Contributor
0 Kudos
MAPS_PLUSAPPS
New Contributor

What if - in the crowdsource web map you copy the crowdsource layer. Then symbolize as you wish. Then in the code you make the crowdsource layer transparent. Given you are able to do so as it was mentioned above. 

0 Kudos