stamen / terrain-classic

World-wide CartoCSS port of Stamen's classic terrain style
ISC License
144 stars 35 forks source link

Makefile updates #28

Closed clhenrick closed 8 years ago

clhenrick commented 8 years ago

Processes to add to the Makefile include:

* I imported the ne_10m_admin_1_states_provinces data into PostGIS by doing the following:

$ shp2pgsql -s 4326 -I -g geometry \ 
~/data/natural_earth_vector/ne_10m_admin_1_states_provinces_scale_rank.shp \
ne_10m_admin_1_states_provinces terrain_tokyo | psql -d terrain_tokyo
almccon commented 8 years ago

So we're adding ne_10m_admin_1_labels to the database and not the others because we do the generalization for #16 in PostGIS?

clhenrick commented 8 years ago

@almccon yes that's correct.

almccon commented 8 years ago

I'm just giving up on the mss/ folder. We'll just keep everything in the few monster .mss files for now.