All Projects → fruskac → map

fruskac / map

Licence: MIT license
Interactive map of Fruška gora, Serbia

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to map

geometry-library
PHP Geometry Library provides utility functions for the computation of geometric data on the surface of the Earth. Code ported from Google Maps Android API.
Stars: ✭ 132 (+915.38%)
Mutual labels:  google-maps-api
ReaLocate
ASP.NET MVC 5 Real Estate Application
Stars: ✭ 18 (+38.46%)
Mutual labels:  google-maps-api
airbnb-map-search
Airbnb Map Search Page Rebuilt with Vue
Stars: ✭ 32 (+146.15%)
Mutual labels:  google-maps-api
jquery-google-reviews
simple jquery Plugin that utilizes Google API to get data from a Place on Google Maps
Stars: ✭ 33 (+153.85%)
Mutual labels:  google-maps-api
earthquakes-mapper
"Earthquakes Mapper" was created using React with no backend persistence. Users can view earthquakes from around the world on a Google Map and filter based on specific times and earthquake magnitude. Earthquake data from USGS.
Stars: ✭ 14 (+7.69%)
Mutual labels:  google-maps-api
arduino-google-maps-api
An Arduino library for communicating with the Google Maps Api
Stars: ✭ 42 (+223.08%)
Mutual labels:  google-maps-api
ctt
ctt postal codes into MySQL with latitude and longitude from google
Stars: ✭ 33 (+153.85%)
Mutual labels:  google-maps-api
trashed
Trashed is an organizational tool designed to help users keep their communities clean.
Stars: ✭ 13 (+0%)
Mutual labels:  google-maps-api
qualtrics-map
Google Maps integration into Qualtrics.
Stars: ✭ 17 (+30.77%)
Mutual labels:  google-maps-api
ExamplesAndroid
Simple Example of Android [APIFacebook,APIGoogleMaps,APITwitter,Volley,Picasso etc etc etc]
Stars: ✭ 24 (+84.62%)
Mutual labels:  google-maps-api
network-map
NYC Mesh map
Stars: ✭ 18 (+38.46%)
Mutual labels:  google-maps-api
AmbulanceLocator
Ambulance Locator lets the user find nearby ambulances and as well as call the nearby ambulances.
Stars: ✭ 15 (+15.38%)
Mutual labels:  google-maps-api
my eu
Code and data for myeu.uk - find out what the EU has done for your area
Stars: ✭ 18 (+38.46%)
Mutual labels:  google-maps-api
GoogleMaps-CustomInfoWindow-Button
interactive custom InfoWindow for Google Maps
Stars: ✭ 14 (+7.69%)
Mutual labels:  google-maps-api
searchmap
Find places and Draw on Map using Google Maps API
Stars: ✭ 53 (+307.69%)
Mutual labels:  google-maps-api
google maps
🗺 An unofficial Google Maps Platform client library for the Rust programming language.
Stars: ✭ 40 (+207.69%)
Mutual labels:  google-maps-api
My Android Garage
A quick reference guide for Android development.
Stars: ✭ 66 (+407.69%)
Mutual labels:  google-maps-api
project sunroof india
Analyzed Google Satellite images to generate a report on individual house rooftop's solar power potential
Stars: ✭ 74 (+469.23%)
Mutual labels:  google-maps-api
google-maps-v3-opacity-control
Custom overlay opacity control for use with Google Maps JavaScript API V3
Stars: ✭ 17 (+30.77%)
Mutual labels:  google-maps-api
farmers-market-finder
[ARCHIVED] Find and display farmers market locations on map
Stars: ✭ 23 (+76.92%)
Mutual labels:  google-maps-api

Fruškać Map

Fruška gora, Srbija

The map is to be used in an iFrame element. Initial configuration could be passed in via src attribute. The Map will expose API to it's parent element to allow Map control. Usages could be found in examples directory. Here are some links:

Contributing

We are using GitHub Flow as our branching model. Read more at https://guides.github.com/introduction/flow/

Fork the repository

Start by forking this repository like explained here https://help.github.com/articles/fork-a-repo/.

Create a local clone of your fork

To get code to your local machine use

git clone https://github.com/YOUR-USERNAME/map

Keep your fork synced

Keep your local fork of this repository in sync use command below. For more details see https://help.github.com/articles/syncing-a-fork/

./bin/git/sync-upstream

Tools

You need to have npm and node installed. Install Gulp and other libraries needed for development with this command

npm install

Dependencies

To be able to get dependencies, you need to have bower installed. Run the command below to install all needed dependencies.

bower install

Build

To create a build, run

gulp build

Development

While doing development, start watcher which will react on file changes and start appropriate tasks to update build

gulp watch

This will also start the local development server on port 3000, that serves the project root, so you can go to your browser and open

http://localhost:3000

to access the files, or for example

http://localhost:3000/examples/angularjs.html

to access the AngularJS example.

You can also access the documentation by opening

http://localhost:3000/docs/

Documentation

Documentation build is usually done in the release process to minimize the chance of merge problems, as all the files from dist folder are being copied to docs/dist. Documentation build is automated and is run by

gulp docs

Release

Run builds, put code inline, generate documentation by running

gulp release
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].