The other week, I was working with some property records data. The data was over a week old. I know this because the data is from my old employer, and I developed an automated process to update the ArcGIS Online-hosted feature service on a weekly basis. As I considered the failure of this process, an … Continue reading Displaying Last Modified Date for Esri REST Service
Category: web maps
A Journey Adding Stylesheets to Esri’s Web AppBuilder
Over the past few years, my approach to loading custom CSS rules in Esri's Web AppBuilder has kept changing. And I think I've finally reached a good solution that will make porting the style rules during upgrades easier.
How to Add A Legend to the Esri Story Map Tour App
In this article, learn how to add a map legend to the Esri Story Map Tour web application.
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
How to Access The Web Map in StoryMapsJS
I wanted to share how you can configure the underlying web map when working with the StoryMapsJS platform. I didn't find any documentation on how to do this. I only figured this out because I spent some time examining the source code. 17,000 lines into the storymap.js file was my access point into the web … Continue reading How to Access The Web Map in StoryMapsJS
How To Improve Image Accessibility for Esri Map Tour StoryMap Application
Providing the most accessible websites and browser-based applications should be a goal for every web developer. Most of my work is with web mapping applications. And while I consider myself relatively new to web accessibility, I am taking steps on improving this within my organization. In this article, I wanted to share my solution for … Continue reading How To Improve Image Accessibility for Esri Map Tour StoryMap Application
My Attempt To Make The Map Series StoryMap “More Maps” Button More Intuitive
Ever since Esri released the StoryMaps platform, I was a fan. I remember working with the Lancaster County Planning Commission thinking about how we could deploy one of these for the Northwest River Trail. When I took the opportunity to work as a GIS Specialist with Cumberland County, I built my first StoryMap showcasing the … Continue reading My Attempt To Make The Map Series StoryMap “More Maps” Button More Intuitive
How We Developed a Print Widget Solution for Esri Web AppBuilder
The Property Mapper is our most popular web mapping application. It allows users to search for properties and get information for tax records. People might use this website when searching for a new house, or working on a tax assessment appeal (to reduce their property taxes). A few years ago, we migrated this site from … Continue reading How We Developed a Print Widget Solution for Esri Web AppBuilder
Building A Leaflet.js Map App With A jQuery UI Date Picker
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
Are You Thinking About Your Map Users?
Over the past few years, I've been working on a side project to update the hiking trails map for a small camp. Though the project has taken longer than I anticipated, it has been very rewarding. This past week, I think we finally finished the map. And it was during this last revision process that … Continue reading Are You Thinking About Your Map Users?