
Right-click and select Ungroup to break it up into its components, then select just the map in the top right and copy it into a new document. The mini-map I wanted is in the top right corner, but if you try to select anything, it’s initially all grouped together (so if you click and drag, the entire document moves together).

With Shift + and Shift – you can zoom in and out of the map. It’s straightforward to open map2.eps in Inkscape. Fortunately, several images from the Census Atlas are available in EPS format near the bottom of this page, under “PostScript Map Files.” With access to such vector graphics, we can get started.įrom that website, I downloaded the “Location – Map 2″ file. To create a SVG file from this EPS, you’ll need a vector graphics program like Adobe Illustrator… or the open source alternative, Inkscape, which is what I used. Unfortunately, I haven’t been able to track down any colleagues who know where to find the original shapefiles for this map. I have wanted a map like this for my own purposes, when mapping a variable for all 50 states and DC. the fine detail was smoothed out) but still recognizable, and DC was enlarged to be big enough to see. I particularly liked the small multiples of state maps, which were highly generalized (i.e.
#Inkscape eps full
The following was inspired by the 300-page Census Atlas of the United States, full of beautiful maps of 2000 decennial census data. And while I’m at it, how could I turn down the opportunity to replicate Nathan’s Python approach in R instead?
#Inkscape eps pdf
However, if you don’t have a SVG handy already and instead you want to repurpose a map from another vector format such as PDF or EPS, there are a few extra steps that can be done in the free tool Inkscape. It's best to make them as big as finally needed because you very likely must rasterize them for the final application.I love Nathan Yau’s tutorial on making choropleths from a SVG file. Lossless scaling is possible only in an application which understands their structure. NOTE1 Photopea's vectors are actually bitmap images which have vector masks. Photopea isn't still good enough for editing vector shapes. My opinion: Do as user Scott has written. Do not attempt to scale a smart object in Photopea. The functionality of smart objects isn't like in Photoshop, but at least you can move a letter as one.

Select the shapes in the layers panel and right click. You can define every letter as a separate smart object. Place the shapes manually when the scaling is done. That's possible with no quality loss because the shapes have vector masks.

I guess you want at least 500% size (see NOTE1). Move the needed ones to the approximately right formation to keep the image size reasonable in pixels. You can delete those layers you do not need. The same thing for making a smart object, that functionality is very limited in Photopea. You can scale one path at a time and you very likely will lose their relative placements. The shapes can be moved freely, even a multiple selection. It's quite same as Photoshop's vector shapes.Ī lucky case here is that shapes which belong to the same letter are adjacent layers. Every layer contains a bitmap shape which is masked by a path. Photopea quite surprisingly opens your EPS as a high stack of layers.
