/web_map

Primary LanguagePythonMIT LicenseMIT

Description of module:

Module is used for creating web map with 10 nearest filming locations to user, depending on user's coordinates. All films are based on user's chosen year. Also, it can be used for determination of countries capitals and countries borders. The info is based on 'locations.csv' - file with all filming location, 'concap.csv' - file with all capitals, 'countries_cooridinates.csv' - file with coordinates of countries, 'city_coordinates' - file with coordinates of cities. As a result, user gets html file with web map.

Description of generated html file structure:

<!DOCTYPE html>

defines html file as HTML5 file

<link>

defines a link between html file and a external resource

<head>

defines a container with head elements

<body>

includes visual content of web map

<meta>

is used for metadata of document

<script>

contains user's script(as JavaScript)

<style>

contains style of tags, style info for a document

<div>

defines a section(group of tags) in html file

Brief conclusion:

The web map contains geolocation of 10 nearest markers, depending on user's input(coordination and films year). This information gives an opportunity to feel yourself during filming process.

Samples of usage:

Sample of usage