Skip to content

Commit cd10c3d

Browse files
committed
load Leaflet and mapping.js dynamically
1 parent 6b843f3 commit cd10c3d

16 files changed

+1360
-2157
lines changed

README.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
DUMPROWS (Database Utility Map-Producing Read-Only Web Service) is a [CGI](https://en.wikipedia.org/wiki/Common_Gateway_Interface) program that allows a geospatial database to be queried using a web browser.
2-
3-
Home Page: https://jeffbourdier.github.io/dumprows
4-
5-
### Building on Windows
6-
7-
It is easiest to build DUMPROWS on Windows from the Visual Studio solution (`dumprows.sln`) included with this repository. If desired, DUMPROWS can be built from the **Developer Command Prompt** (Run as administrator!) as follows:
8-
9-
cl dumprows.c html.c geojson.c text.c jb.c /link /OUT:"C:\Program Files (x86)\dumprows.exe"
10-
11-
The executable file `dumprows.exe` will be output into `C:\Program Files (x86)\`. (If you want to run DUMPROWS without using the full path, `C:\Program Files (x86)\` can be added to the `PATH` environment variable.)
12-
13-
### Building on Linux
14-
15-
The following command should build DUMPROWS on Linux:
16-
17-
sudo gcc -o /usr/local/bin/dumprows dumprows.c html.c geojson.c text.c jb.c
18-
19-
The executable file `dumprows` will be output into `/usr/local/bin/`.
1+
DUMPROWS (Database Utility Map-Producing Read-Only Web Service) is a [CGI](https://en.wikipedia.org/wiki/Common_Gateway_Interface) program that allows a geospatial database to be queried using a web browser.
2+
3+
Home Page: https://jeffbourdier.github.io/dumprows
4+
5+
### Building on Windows
6+
7+
It is easiest to build DUMPROWS on Windows from the Visual Studio solution (`dumprows.sln`) included with this repository. If desired, DUMPROWS can be built from the **Developer Command Prompt** (Run as administrator!) as follows:
8+
9+
cl dumprows.c jb.c /link /OUT:"C:\Program Files (x86)\dumprows.exe"
10+
11+
The executable file `dumprows.exe` will be output into `C:\Program Files (x86)\`. (If you want to run DUMPROWS without using the full path, `C:\Program Files (x86)\` can be added to the `PATH` environment variable.)
12+
13+
### Building on Linux
14+
15+
The following command should build DUMPROWS on Linux:
16+
17+
sudo gcc -o /usr/local/bin/dumprows dumprows.c jb.c
18+
19+
The executable file `dumprows` will be output into `/usr/local/bin/`.

0 commit comments

Comments
 (0)