migurski / Dymo

Map label placer with simulated annealing.
148 stars 17 forks source link

"make geojson" doesn't do anything. #40

Closed keithbriggs closed 10 years ago

keithbriggs commented 10 years ago

The webpage says "Demo area: Run make geojson to anneal labels for San Francisco and Israel sample areas from zooms 4 to 10. This will automatically build the data files, too (eg: make data). Should run in less than an hour.". But actually:

kbriggs:~/Downloads/Dymo-master> make geojson make: `geojson' is up to date.

nvkelso commented 10 years ago

run it with make geojson -B and that'll force it to run thru all the steps.

What it's telling you is there's nothing for make to do for make geojson, because none of the dependencies have changed, and the geojson files are packaged with the repo out of the box.

On Fri, Jun 6, 2014 at 3:57 AM, keithbriggs notifications@github.com wrote:

The webpage says "Demo area: Run make geojson to anneal labels for San Francisco and Israel sample areas from zooms 4 to 10. This will automatically build the data files, too (eg: make data). Should run in less than an hour.". But actually:

kbriggs:~/Downloads/Dymo-master> make geojson make: `geojson' is up to date.

— Reply to this email directly or view it on GitHub https://github.com/migurski/Dymo/issues/40.

keithbriggs commented 10 years ago

Thanks - now running! Keith

From: Nathaniel V. KELSO [mailto:notifications@github.com] Sent: 06 June 2014 16:12 To: migurski/Dymo Cc: Briggs,KM,Keith,TUB2 R Subject: Re: [Dymo] "make geojson" doesn't do anything. (#40)

run it with make geojson -B and that'll force it to run thru all the steps.

What it's telling you is there's nothing for make to do for make geojson, because none of the dependencies have changed, and the geojson files are packaged with the repo out of the box.

On Fri, Jun 6, 2014 at 3:57 AM, keithbriggs notifications@github.com<mailto:notifications@github.com> wrote:

The webpage says "Demo area: Run make geojson to anneal labels for San Francisco and Israel sample areas from zooms 4 to 10. This will automatically build the data files, too (eg: make data). Should run in less than an hour.". But actually:

kbriggs:~/Downloads/Dymo-master> make geojson make: `geojson' is up to date.

— Reply to this email directly or view it on GitHub https://github.com/migurski/Dymo/issues/40.

— Reply to this email directly or view it on GitHubhttps://github.com/migurski/Dymo/issues/40#issuecomment-45347720.