AmericanRedCross / GeoForce

Making Salesforce spatial
BSD 3-Clause "New" or "Revised" License
13 stars 3 forks source link

missing icons #306

Open dalekunce opened 9 years ago

dalekunce commented 9 years ago

lots of icons are missing. Need some guidance about how to add icons into the UN OCHA font.

apollolm commented 9 years ago

In /GeoAngular/app/config.js, you'll see an object that maps ECOS disaster types to UNOCHA icon names.

Using the demo UNOCHA .html file in the fonts directory (view here), you can map additional UNOCHA icons to ECOS disaster types.

screen shot 2015-04-24 at 2 32 18 pm

One issue is that the types coming out of ECOS are not consistent - they sometimes are delimited by a semi-colon, sometimes by a comma, and sometimes by themselves. The mapping we have in the screen shot above is based on what is actually coming out of ECOS.

danbjoseph commented 8 years ago

@dalekunce (couple questions in the notes below that maybe you can help with)

dalekunce commented 8 years ago

@danbjoseph

danbjoseph commented 8 years ago

@dalekunce