User Manual
Concepts
Get Started
- Pre-Requisites
- Install the NuGet Package
- Obtain Leaflet
- Obtain a License
- Initialize Mapzania
- Initialize Endpoints
- Adding a JavaScript Reference
- Add a Map to a Web Page
- Add Data to a Map
- Style a Map
- Further Reading
JavaScript Client
- Introduction
- Creating a Map Object
- Customize the Map Toolbar
- Map Events
- Mouse and Drawing Behaviour
- Map Extents
- Refresh/Reset the Map
- Working with Layers
- Displaying Layers
- Working with Layer Data
- Styling Layers
- Transforming Layers
- Working with Features
- Displaying Features
- Styling Features
- Working with the QueryEngine
DotNet Server
Maps
Mapzania allows you to design as many different maps as you like in each of your .NET projects.
Maps are created and styled using the MapStyler, which makes it easy to:
- Define the initial bounding box of the map
- Add layers to the map and set their visibility
- Style layers using colors, line thicknesses, line styles, marker styles, etc.
- Label map elements such as points lines and polygons.