skela
19
I am not sure if it is better, but it could be more flexible. Download finland.osm.pbf from http://download.geofabrik.de/openstreetmap/europe/ and use Osmosis or some other tool to extract what you need, and then load the result into JOSM and use its search. I would try something like this:
osmosis --rb finland.osm.pbf --tf accept-relations boundary=administrative --used-way --used-node --wx finland-boundary-relations.osm
osmosis --rb finland.osm.pbf --tf reject-relations --tf accept-ways boundary=administrative --used-node --wx finland-boundary-ways.osm
josm finland-boundary-relations.osm finland-boundary-ways.osm
This should be shown in the above file finland-boundary-ways.osm.