Reflections on Building Web Maps With Esri JS API From a Leaflet.js Fanboy

When I was in graduate school, I gave myself the goal of one day creating interactive web maps. This was in 2010. About five years later I was ready to learn a platform. Still new to JavaScript, I decided to give the Esri JS API a try. I think I got as far as creating … Continue reading Reflections on Building Web Maps With Esri JS API From a Leaflet.js Fanboy

Advertisement

Building A Leaflet.js Map App With A jQuery UI Date Picker

construction site in a city.

From 2010 to 2018, Cumberland County was the fastest growing county in the state of Pennsylvania. For a more detailed look, you can check out the Pennsylvania State Data Center's report (pdf). With that growth, comes many subdivision and land development plans that need to be reviewed by the County's Planning Department. They review these … Continue reading Building A Leaflet.js Map App With A jQuery UI Date Picker

Building the Find Zoning District By Parcel App

screen shot of a municipal zoning map

Our IT department is developing an online plan submission website for the County's Planning office.  In talking with the developers, the topic of finding the zoning district for a tax parcel (or piece of real estate) came up.  Our GIS department publishes services for both tax parcels and zoning districts.  I've also been wanting to … Continue reading Building the Find Zoning District By Parcel App

Esri Map Service Loading & Error Events in Leaflet.js

screen shot of codepen demo map

Over the summer, we were having a recurring issue where our map services on ArcGIS Server were down.  It seemed to happen at random times.  I even received an e-mail while at a picnic about a service being down.  While this was annoying, more concerning was that my web maps built using Leaflet.js and consuming … Continue reading Esri Map Service Loading & Error Events in Leaflet.js