Ben Ruset Sysadmin, etc.

28Apr/080

NJPB Live Maps version 2

Today I put the finishing touches on NJPB Live Maps version 2. What started as a Topozone.com replacement for my users has mushroomed into a pretty neat app that will let you view some historic aerial photography, topos, and upload GPX files that will display in the map.

Big thanks to Devin Heitmueller for giving me a hand with some of the Javascript. Also thanks to Google for making their excellent maps API available.

20Apr/080

Van Note Camp and Mount Misery Bogs

I went out today in search of Van Note Camp, a sawmill near Whiting that my distant family operated back in the early part of the 20th Century. While I was out there I also tried to find the ruins of the packing house of a pretty large cranberry bog near Mount Misery.

According to the imagery at historicaerials.com, the building disappeared sometime between 1972 and 1995. Today there's not a trace of this once substantial building. Assuming it was built at least partially of stone, someone must have carted it away. Knowing the state, if they acquired this part of the woods for Lebanon Brendan Byrne State Forest, they tore it down themselves. It's odd, though, for somone to do so thorough a job as to leave nothing remaining.

Found a few ticks -- got them all before I got bit. Thankfully the chiggers aren't out yet.

Check out the thread on NJPineBarrens.com for photos and a more detailed trip report.

Filed under: Pine Barrens No Comments
7Apr/080

GIS is Confusing

If I hadn't landed a job as a network admin, I probably would have gone into GIS (Geographic Information Systems.) Why? Because I love maps.

Recently I added a Gazetteer application to NJPineBarrens.com. In a nutshell this is a list of various places with short entries to put them into some sort of historic context. When you enter the information on the "place" you can put a latitude and longitude in a pair of fields. This will then pull up a Google Map with the location mapped out on a pin. Taking this a step farther, you can get a map showing all of the "places," and by clicking on a pin, you're linked to the specific gazetteer entry.

Sounds cool? Well, I also added a mashup that loads USGS topo maps of the area. The topo maps are a much better resource than the street or even hybrid maps, since they show a lot more detail, roads that don't show up on the standard road map, etc.

I'm working on adding another map layer to the Gazetteer. I don't want to give it away, but it's going to contain data in WMS (web map service). So the challenge is to get the Google Maps API to deal with WMS, while simultaneously hacking the GMap plugin for Drupal to actually load the maps.

Oh, and I don't know Javascript.

The URL syntax for loading the maps doesn't seem so hard, and the WMS standard seems pretty cool. The confusing part is trying to geocode the location I need into the URL and, like I said before, get the GMap module to actually fetch the right map tiles.

I'm going into it blind, but I'm as blind as I was when I added the topo map data and that seems to work now.

Filed under: Tech No Comments