Skip to content

Commit e33fac6

Browse files
committed
Renaming undone, minor changes.
1 parent ea47f42 commit e33fac6

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ A good example (from the NQueens Demo) is:
7373
}
7474
}}}
7575

76-
For further information about code design, see the [Wiki] (https://github.com/aimacode/aima-java/wiki).
76+
For further information about code design, see the [https://github.com/aimacode/aima-java/wiki Wiki].
7777

7878
== Logic Notes ==
7979
To use First Order Logic, first you need to create an instance of aima.core.logic.fol.domain.FOLDomain which collects the FOL Constants, Prredicates, and Function etc... that you use to solve a particular problem.
File renamed without changes.
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,13 @@ for details.
9999

100100
== OSM Maps ==
101101

102-
Example maps can be downloaded from the AIMA project website, example-osm-maps.zip :
103-
104-
http://code.google.com/p/aima-java/downloads/list
105-
106-
All provided example maps have been created based on data published at:
102+
The provided example map has been created based on data published at:
107103
http://download.geofabrik.de/osm/
108104

109105
Smaller maps from servers like geofabrik or cloudmade can be loaded into the viewer
110106
directly, especially, if enough heap space is provided (e.g. VM argument -Xmx1500M).
111-
Additionally, parts of larger maps can be loaded into the viewer applications by
112-
holding <ctrl> while pressing the load map button and specifying a bounding box.
107+
Additionally (Swing GUI only!), parts of larger maps can be loaded into the viewer applications
108+
by holding <ctrl> while pressing the load map button and specifying a bounding box.
113109
If two markers are set in the currently visible map, their values are used to define
114110
the bounding box for the next map to load. The coordinates can also be specified in
115111
text form. The easiest way to obtain the needed latitude and longitude bounds is to

0 commit comments

Comments
 (0)