What is Mapplication?

A web application that builds web map applications for Leaflet.

What is a CSV file?

CSV stands for “comma separated values.” It is just a simplified, text-based version of the stuff you see in spreadsheets, where values are separated by commas instead of by rows. You can derive CSV files from spreadsheet software (e.g. Microsoft Excel) by clicking “Save As…” and then changing the save format to “comma separated values.”

Where do I get GeoJSON data?

Mapplication will automatically convert your CSV file with coordinates into valid geoJSON data. But if you want to do it yourself or use shapes rather than points, you will need to develop your data somewhere else first before. Most GIS desktop software has tools to convert layers to valid geoJSON format. However, you can also use tools like OGRE (http://ogre.adc4gis.com/) or GeoJSON.IO (http://geojson.io) to create or manipulate geoJSON data.

Where do I get latitude and longitude if I don’t have that?

For files that list addresses or cities, use a geocoder. There are many online. Texas A&M Geoservices has developed a very good geocoding service for US addresses and places, and their page has numerous links to other geocoding tools that you can use. This is a good place to start for those new to geocoding: http://geoservices.tamu.edu/Services/Geocode/ World geocoders http://www.gpsvisualizer.com/geocoder/ Advanced users who want to do batch geocoding might want to consider using OpenRefine for this process, https://github.com/OpenRefine/OpenRefine/wiki/Geocoding



Why do I have to manually sort my time field?

We’ve done this for multiple reasons. First, data in the humanities are not always specific, especially with time properties. You may have, for example, an exact date (e.g. 10-15-2018) and “fuzzy” date (e.g. 10-XX-2018) in the same file. We cannot decide for you the order that these should appear. If you do the sorting before uploading, you CAN make those decisions, because our slider will handle them in the order you provide them. Likewise, if you change date formats in your field (e.g. 10/15/2018 and 2018-10-15), it can complicate automated ordering tasks. Therefore, we have decided not to include any functions that would try to automatically arrange your dataset.