Ensuring that the geo spatial adapters are successfully wired up and working with base import functionality.
[#47]
This commit is contained in:
parent
eec20355e5
commit
6697e2b4db
14 changed files with 65 additions and 22 deletions
1
test/adapters/mysql2spatial.rb
Normal file
1
test/adapters/mysql2spatial.rb
Normal file
|
@ -0,0 +1 @@
|
|||
ENV["ARE_DB"] = "mysql2spatial"
|
1
test/adapters/mysqlspatial.rb
Normal file
1
test/adapters/mysqlspatial.rb
Normal file
|
@ -0,0 +1 @@
|
|||
ENV["ARE_DB"] = "mysqlspatial"
|
1
test/adapters/postgis.rb
Normal file
1
test/adapters/postgis.rb
Normal file
|
@ -0,0 +1 @@
|
|||
ENV["ARE_DB"] = "postgis"
|
1
test/adapters/spatialite.rb
Normal file
1
test/adapters/spatialite.rb
Normal file
|
@ -0,0 +1 @@
|
|||
ENV["ARE_DB"] = "spatialite"
|
Loading…
Add table
Add a link
Reference in a new issue