Skip to content
/ elm-maps Public
forked from kennib/elm-maps

An elm library for interactive maps.

Notifications You must be signed in to change notification settings

4onen/elm-maps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm Maps

An elm library for interactive maps.

Examples

It's very simple to get create a map with this library

	import Browser
	import Maps

	main = Browser.element
		{ init = (\() -> (Maps.defaultModel, Cmd.none))
		, subscriptions = Maps.subscriptions
		, update = Maps.update
		, view = Maps.view
		}

Its a bit trickier when we try and merge events and state with other programs. See the following examples:

Documentation

See the Elm docs for this library.

About

An elm library for interactive maps.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elm 100.0%