All Projects → googlemaps → nyc-subway-station-locator

googlemaps / nyc-subway-station-locator

Licence: Apache-2.0 license
NYC Subway Station Locator Solution

Programming Languages

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

Projects that are alternatives of or similar to nyc-subway-station-locator

totalopenstation
Total Open Station downloads and exports survey data from your total station
Stars: ✭ 51 (+75.86%)
Mutual labels:  gis
envelope ex
Utilities for calculating and comparing envelopes from geometries
Stars: ✭ 15 (-48.28%)
Mutual labels:  gis
vvfgeofleet
Fleet tracking system
Stars: ✭ 21 (-27.59%)
Mutual labels:  gis
AOI
An R 📦 to find, process, and describe "areas of interest"
Stars: ✭ 27 (-6.9%)
Mutual labels:  gis
WhiteboxTools-ArcGIS
ArcGIS Python Toolbox for WhiteboxTools
Stars: ✭ 190 (+555.17%)
Mutual labels:  gis
gismo
Gismo is a free Grasshopper plugin for GIS environmental analysis
Stars: ✭ 67 (+131.03%)
Mutual labels:  gis
earthengine-apps
A collection of Earth Engine Apps created using geemap, voila, and heroku
Stars: ✭ 20 (-31.03%)
Mutual labels:  gis
CesiumJsFirstPersonCameraController
cesiumgis.com/
Stars: ✭ 20 (-31.03%)
Mutual labels:  gis
cesium-demos
毕业设计: cesium可视化
Stars: ✭ 111 (+282.76%)
Mutual labels:  gis
cleangeo
Cleaning geometries from spatial objects in R
Stars: ✭ 43 (+48.28%)
Mutual labels:  gis
geog595
Humanistic GIS @ UW-Seattle
Stars: ✭ 33 (+13.79%)
Mutual labels:  gis
mapguide-react-layout
An openlayers-based modern map viewer for MapGuide
Stars: ✭ 54 (+86.21%)
Mutual labels:  gis
spatial efd
A spatial aware implementation of elliptical Fourier analysis
Stars: ✭ 19 (-34.48%)
Mutual labels:  gis
de9im
DE-9IM spatial predicate library implemented in Javascript.
Stars: ✭ 22 (-24.14%)
Mutual labels:  gis
earthwyrm
Vector tile map server for openstreetmap data
Stars: ✭ 16 (-44.83%)
Mutual labels:  gis
rsgislib
Remote Sensing and GIS Software Library; python module tools for processing spatial data.
Stars: ✭ 103 (+255.17%)
Mutual labels:  gis
geospark
bring sf to spark in production
Stars: ✭ 53 (+82.76%)
Mutual labels:  gis
deegree3
Official deegree repository providing geospatial core libraries, data access and advanced OGC web service implementations
Stars: ✭ 118 (+306.9%)
Mutual labels:  gis
Ocean-Data-Map-Project
The Ocean Navigator is an online tool that is used to help visualise scientific research data. a users guide is available at https://dfo-ocean-navigator.github.io/Ocean-Navigator-Manual/ and the tool is live at
Stars: ✭ 41 (+41.38%)
Mutual labels:  gis
tilegarden
Serverless raster and vector map tile generation using Mapnik and AWS Lambda
Stars: ✭ 89 (+206.9%)
Mutual labels:  gis

NOTE: This codelab is deprecated. For similar functionality, use the Full stack store loccator codelab instead.

NYC Subway Station Locator

These are the resource files needed for the NYC Subway Station Locator code lab from Google.

Introduction for the NYC Subway Station Locator codelab

Store locators are an often required component of any commercial website that wants to encourage users to visit bricks and mortar stores. In this codelab you’ll build a website that serves location data, and scales automatically, thanks to the power of Google App Engine. We show you how to expose an easily navigable visualization of the NYC subway using Google Maps JavaScript API.

What you'll build

In this codelab, you'll build a visualization for the NYC Subway Station dataset that is:

  • Scalable - you’ll use Google App Engine to automatically scale your serving capability to match request load.
  • Maintainable - you’ll use the Go programming language to make the back end code simple, reliable, and efficient.
  • Customizable - you’ll style the map using the styling capability of the Google Maps JavaScript API, with the help of Google Maps Style Wizard.

What you’ll learn

What you’ll need

  • Basic knowledge of HTML, CSS, JavaScript, Golang, and Chrome DevTools
  • An ES6 capable web browser, such as Chrome, Firefox, Safari, or Edge.
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].