Select to view content in your preferred language

Bring the functionality of one website into the design of another

2219
13
Jump to solution
01-08-2018 07:54 AM
RichardLafleur1
Emerging Contributor

I need help trying to bring the functionality of one website into the design of another. They are both mine and should be simple but I unable to get the results I need. Any suggestions or a complete fix would be appreciated.

Im looking to get the design and look of the Lafleur_Richard.html file but with the functionality of the zip files.

Please help.

Also, if you click on one of the points in the zip file. You will notice that a bunch of information appears. I have been struggling with the date fields pulling correct dates. The red dots will have dates already entered but the other colored dots should be blank, however the are coming in with defaulted date of 1.1.1970. Not sure if this is something I need to change in ArcGIS or if its a programming thing. Maybe Epoch time or something.

0 Kudos
13 Replies
RichardLafleur1
Emerging Contributor

so if I understand they should all be blank then or at least have the MM/DD/YYYY in the field till something is entered. Correct??

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

No. It was just that you were assuming that there was a valid date in that field and doing a iso date string conversion on the field when it was null sometimes. I have code in there to check for a null before the conversion now.

0 Kudos
RichardLafleur1
Emerging Contributor

Thanks for helping, I have one more question for you today. The legend, how can i change the labeling so that it just says "Interred Individuals" and "Plot Boundaries"? Is that something I need to change in ArcGIS or ArcGIS online or the Coding itself?

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

If you change it at the web map level it will fix the legend and layerlist at the same time.

0 Kudos