Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Merwan Achibet committed May 6, 2012
1 parent b074c65 commit 258567c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/LotOps.java
Expand Up @@ -88,8 +88,6 @@ public static Node addLot(double x, double y, Simulation sim) {
lot.setAttribute("x", x);
lot.setAttribute("y", y);

lot.setAttribute("label", lot.getId());

//

lot.setAttribute("pivots", new HashSet<CrossroadPivot>());
Expand Down
2 changes: 1 addition & 1 deletion src/Simulation.java
Expand Up @@ -96,7 +96,7 @@ public Simulation() {
private void initialize() {

// Compute n random coordinates.
this.lotCoords = getRandomCoords(100, 500);
this.lotCoords = getRandomCoords(100, 2000);
//this.lotCoords = ShapeFileLoader.getLandLots("data/world_borders/world_borders.shp");
//this.lotCoords = ShapeFileLoader.getLandLots("data/IGN/PARCELLE.SHP");

Expand Down

0 comments on commit 258567c

Please sign in to comment.