Skip to content

modx-fr/mapsTv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MapsTV

Custom MODX Google Maps Marker Template Variable. Adds a Google Maps and several fields. Ideal for Sites that use allot of address related information.

Features

  • Clean interface.
  • Google Maps Preview
  • Generate Latitude and Longitude with one button click.
  • Drag 'n Drop to easily find and change the latitude and longitude of correct location.
  • Stored in JSON
  • Allows several instances of Google Maps
  • Snippet for JSONtoChunk

Manager Usage

  • Install the Package
  • Create a new TV.
  • Select under the tab Input Options : Input Type Maps Tv
  • Save and your Done.

Template Usage

  • [[*tvValue:JSONtoChunk=ChunkName]]

Placeholders in chunk

  • Street : [[+street]]
  • Housenumber : [[+housenumber]]
  • Zipcode : [[+zipcode]]
  • City : [[+city]]
  • State : [[+state]]
  • Country : [[+country]]
  • Latitude : [[+latitude]]
  • Longitude : [[+longitude]]

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.1%
  • PHP 21.6%
  • CSS 2.3%