Skip to content

gavinr/emoji-map-layer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emoji Map Layer

Show emoji on your ArcGIS map.

How to Use

  1. Create a Hosted Feature Service on ArcGIS Online
  2. Create an attribute column to store the emoji names.
  3. Fill in the attribute column with emoji labels from here.
  4. Create a web map that contains the Hosted Feature Service.
  5. Load this url, replacing the ID of your web map and the attribute column name:
    https://gavinr.github.io/emoji-map-layer/?webmap=YYYYYYYYYYYYYYYYYYYYYYYYYYYY&attribute=ZZZZZ
    

URL Parameters

  • webmap - ID of the web map to use.
  • layer - (optional) ID of a Feature Layer within the web map. Default: will arbitrarily choose the first FeatureLayer it finds.
  • attribute - (optional) attribute column of where to look for the emoji name. Default: emoji
  • attribute_prefix - (optional) string that will be prepended to each attribute, main usage is flag-. Default: [nothing]

Examples

Resources

Credit