Icon font set for use with GIS and spatial analysis tools
npm install font-gisconsole
npm install --save font-gis
`
You can access the font or css in the ./font and ./css directory of the package.
The svg sprites are located in the ./dist/font-gis.svg SVG file.
$3
You can use Font-GIS as a font or as SVG symbols or images.
To use it in a web page, just add the css in your project.
`html
`
Then use an inline element with a class prefixed with fg- to add a new icon.
`html
`
Or use it as an svg sprite (svg sprites are inlocated in the ./dist/font-gis.svg file):
`html
`
Contributing
Please use the GitHub issue tracker to ask for new features
or create a pull request.
Font is created from the files in the ./svg folder, you only have to create a new file in this folder.
Use the ./templates/template.svg template to create a new icon.
You can add a new glyph in the font-gis.json file with a theme and search tags
(other fields will be filled automatically).
Your contribution will be published under Font-GIS license as per GitHub's terms of service.
If you wan't to build the font and create the dist, use the build script (run npm install to install the dev dependencies before):
`console
npm run build
`
Use a local server (http://localhost:8181/) to see result on the page:
`console
npm start
``