I am trying to use maptile to create a map of the ZIP code level driving distances to the state border in a subset of US states with an overlay of the state borders. The ZIP code geography (zip5) allows this with the option stateoutline. However, when I add this option the map no longer displays just the 6 states I want, (given by a dummy state_include) but the whole US. Below is the simple code that creates the map
Does anyone know a way to not only have state outlines on the borders but also just map a subset of the states?
maptile Dist_drive, geo(zip5) mapif(state_include==1) stateoutline(thin)
Thanks for any thoughts or help!
Aaron
Does anyone know a way to not only have state outlines on the borders but also just map a subset of the states?
maptile Dist_drive, geo(zip5) mapif(state_include==1) stateoutline(thin)
Thanks for any thoughts or help!
Aaron
Comment