-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex.html
14 lines (14 loc) · 971 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
layout: map
title: Parcel Viewer
data: parcels.topojson
zoom: 11
center: "38.8103,-82.3933"
description: "This map demonstrates the capability of Leaflet to render thousands of polygons using GeoJson Tiles on both desktop and mobile devices. Rendering, search and identify are handled by the browser, so there is no need for a GIS server to push data to the client. The original shapefile was converted to topojson using esri2open and mapshaper, then the geojson-vt plugin provides some simplification. To identify the underlying polygons, the point in polygon plugin is used. Parcels with null parcel and owner fields have been removed."
notes: "Use zoom controls or the scroll wheel to navigate the map. Pinch to zoom and double tap to zoom have been disabled."
legal: The parcels shown are for demonstration purposes only and are not intended to represent legal boundaries and/or current ownership.
split: " | "
indexnumber: 2
date: "2016-02-18"
color: orange
---