You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This will copy conf/DatabaseConfig.sh.orig to conf/DatabaseConfig.sh if necessary
159
-
if [ ! -f conf/DatabaseConfig.sh ]; then echo "Using default database configuration. You can safely customize: conf/DatabaseConfig.sh"; cp conf/DatabaseConfig.sh.orig conf/DatabaseConfig.sh; else echo; echo; echo "Check your conf/DatabaseConfig.sh to see if it needs updating with conf/DatabaseConfig.sh.orig, if not just 'touch conf/DatabaseConfig.sh'"; echo; echo; false; fi
160
-
161
162
# We now have different versions of the NFDD Schema that are built from Excel files:
Copy file name to clipboardExpand all lines: README.md
+30-10Lines changed: 30 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,7 @@ and user-friendly conflation experience without the extra overhead of thick desk
15
15
benefits which include its open license allowing users to easily customize and add functionality, a robust editing capability
16
16
originally targeted for interactive editing of OSM features, and a web service based architecture for integrating into SOA environments.
17
17
A REST API is in place to connect the web browser based User Interface (UI) with the core conflation algorithms and database.
18
-
The translation and conflation operations are also exposed through node.js service endpoints, Open Geospatial Consortium (OGC)
19
-
Web Processing Service (WPS) and the resulting vector data is accessible via a Web Feature Service (WFS) for additional open
18
+
The translation and conflation operations are also exposed through node.js service endpoints and the resulting vector data is accessible via an Open Geospatial Consortium (OGC) Web Feature Service (WFS) for additional open
20
19
interoperability. The application is primarily supported in either the Chrome or Chromium browser with limited supported in Firefox.
21
20
22
21
If you have any support questions please create an Issue in this repo or contact us via email: [email protected].
@@ -33,12 +32,25 @@ it is important to note that conflation occurs between similar feature types (e.
33
32
polyline to Transportation polyline, etc.).
34
33
35
34
## Supported Data Formats
36
-
_Import:_ Hootenanny can ingest shapefiles, openstreetmap (.osm), ESRI File Geodatabase (.gdb), and geonames.org (.geonames). Additionally,
37
-
.zip files containing shapefiles and/or .gdb files can be uploaded.
38
-
39
-
_Export:_ There are currently four options for exporting data from Hootenanny: File Geodatabase (FGDB), Shapefile, OSM and Web
40
-
Feature Service (WFS). Note that .gdb, Shapefile, and OSM formats are exported as a zip file containing all of the relevant
41
-
associated files, while WFS is exported as WFS Get Capabilities service URL that can be added into an OGC-enabled third party application
The initialization of the vagrant vm will take about an hour to download required software from the internet and set it up as a running system. Once it is complete, uncomment the `#, group: "tomcat6"` portion of the in Vagrantfile to allow the webapp to write to shared folders.
# UNCOMMENT group after inital provisioning, then run vagrant reload
58
-
59
-
Then issue the reload command for the changes to take effect on the vm:
60
-
61
-
vagrant reload
53
+
The initialization of the vagrant vm will take about an hour to download required software from the internet and set it up as a running system. ~~Once it is complete, uncomment the `#, group: "tomcat6"` portion of the in Vagrantfile to allow the webapp to write to shared folders.~~ The previous workaround step is no longer needed as the provision script adds vagrant and tomcat6 users to each others group.
62
54
63
55
You should be able to log into the running VM by typing:
64
56
@@ -89,5 +81,5 @@ If you've updated the code, you must connect to the vm via ssh to build and rede
0 commit comments