Browse Source

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 years ago
parent
commit
c1a7289dc9
1 changed files with 0 additions and 6 deletions
  1. 0
    6
      README-en.md

+ 0
- 6
README-en.md View File

@@ -358,12 +358,6 @@ Remember that you will only be changing code in the `main.cpp` file. Your first
358 358
 
359 359
 7. Invoke the method `drawPoints(GISPOI* gisLocations, unsigned int size)` on the `w` object so that a point will be shown in the map for each city: `w.drawPoints(A, size)` (*assuming that `A` is the name of your array*). You should obtain something similar to the next figure. 
360 360
 
361
-
362
-
363
-
364
-  
365
-
366
-
367 361
     ![main1.png](images/main1.png)
368 362
 
369 363