https://github.com/conterra/mapapps-fontawesome
This bundle allows you to use font awesome icons as themes extension in map.apps.
https://github.com/conterra/mapapps-fontawesome
List: mapapps-fontawesome
3x 4x mapapps usability
Last synced: 28 days ago
JSON representation
This bundle allows you to use font awesome icons as themes extension in map.apps.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-fontawesome
- Owner: conterra
- License: apache-2.0
- Created: 2015-09-01T11:19:10.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-07-23T11:38:46.000Z (8 months ago)
- Last Synced: 2025-10-25T03:02:49.061Z (5 months ago)
- Topics: 3x, 4x, mapapps, usability
- Language: JavaScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/public_demo_fontawesome/index.html
- Size: 7.59 MB
- Stars: 2
- Watchers: 19
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Font-Awesome Icon Set
This bundle allows you to use Font Awesome Free icons as themes extension in map.apps. All available icons can be seen in the [font awesome gallery](https://fontawesome.com/search).
After installing the bundle to your map.apps installation and adding it to your app you can use the new icons by adding e.g. “iconClass”:”fa-binoculars” to a tool definition inside the app.json. Or, if you have your own custom theme, you can replace all of the map.apps default icons.
### Sample App ###
https://demos.conterra.de/mapapps/resources/apps/public_demo_fontawesome/index.html

## :warning: Updating from Font Awesome smaller than 5.0.0 :warning: ##
Font Awesome provides an even larger variation of icons with the 5.0.0 release. Please have a look at [the Font Awesome Documentation](https://fontawesome.com/docs) for detailed information.
### In short ###
In case you have used a previous version of the bundle dn_fontawesome it is needed to add a prefix to your icon class otherwise the icons will not appear.
Example: "iconClass": "fa-truck" will become "iconClass": "fas fa-truck". Where "fas" stand for "fontawesome-solid".
With 5.0.0 the following variations are available:
* far - fontawesome regular
* fas - fontawesome solid
* fab - fontawesome brands