Esri / public-information-map-template-js

An ArcGIS Online mapping template to showcase social media on a map for disaster response and public information.
http://esri.github.io/public-information-map-template-js/
Apache License 2.0
69 stars 51 forks source link

Change Logo and Add Printer Function #12

Closed afrocodes closed 9 years ago

afrocodes commented 10 years ago

Can you give us the ability to change the ESRI logo? Also, can you add the printer widget?

Thanks.

driskull commented 10 years ago

Hi @afrocodes, Can you explain the case for using the printer widget?

afrocodes commented 10 years ago

Hi @driskull

Other ESRI templates offer the printing function, but we really prefer the Public Information template for our users because it is very clean. Our users need to print maps for decision making, but most of them would not be comfortable with making a screenshot of the map themselves.

Also, what are your thoughts on adding the ability to change a logo?

Thanks.

driskull commented 10 years ago

We'll look into adding a print button option. Thanks

afrocodes commented 9 years ago

Thanks for adding in the Printer Function! Very helpful.

However, when I press print, it only shows half of the map for printing. Is there a way to get the printing function to display the whole web map area for printing?

driskull commented 9 years ago

hey @afrocodes . That should be possible by using print templates for the print dijit.

https://developers.arcgis.com/javascript/jsapi/print-amd.html#print1

https://developers.arcgis.com/javascript/jsapi/printtemplate-amd.html

afrocodes commented 9 years ago

Using print templates worked! Thanks!