datamaps icon indicating copy to clipboard operation
datamaps copied to clipboard

Indexes points and lines and generates map tiles to display them

Results 4 datamaps issues
Sort by recently updated
recently updated
newest added

I suggest to reuse a higher level build system than your current [small make file](https://github.com/ericfischer/datamaps/blob/09c6b67912d4840827bd8b01e6384d6942758f2e/Makefile#L1) so that powerful checks for software features will become easier. - [CMake](http://cmake.org/) - [Autotools](http://www.gnu.org/software/autoconf/#TOCintroduction)

@ericfischer Is there an option to specify a color code for a huge dataset using `encode`? In my case, there is a `.osm` file for buildings in SF Peninsula and...

I see that render-vector is a task in the Makefile, but when I add it to the all task, I get an error. Probably because I don't have all the...

I have looked at a few source files for your current software. I have noticed that some checks for return codes are missing. Would you like to add more error...