이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

GPXpress

설명

This plugin uses the Leaflet JavaScript library and tiles from the Open MapQuest project to display beautiful maps of GPX tracks.

http://davidkeen.github.com/gpxpress/

Credits

Icons from the Map Icons Collection.

스크린샷

  • Example post with map.
  • Settings screen.

설치

  1. Extract the zip file and drop the contents in the wp-content/plugins/ directory of your WordPress installation.
  2. Activate the plugin from the Plugins page.

FAQ

How do I add a map to a post?
  1. Insert the [gpxpress] shortcode into your post where you want to display the map. Use the ‘src’ parameter to specify the URL of the GPX track you want to display.
  2. Use the optional ‘width’ and ‘height’ parameters to give the width and height of the map in pixels.
  3. Use the optional ‘showstart’ and ‘showfinish’ parameters to display a marker at the start and/or finish of a track.

Eg: [gpxpress src=http://www.example.com/my_file.gpx width=600 height=400 showstart=true showfinish=false].

You can set the default values for track colour, width, height and start/finish markers in the plugin settings.

I don’t have a GPX file handy, do you have one I can try?

If you just insert the [gpxpress] shortcode without any ‘src’ parameter a default track will be used.

How can I report a bug/feature request?

Create an issue in the GitHub issue tracker.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“GPXpress”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “GPXpress”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.3

  • Enhancement: Update leaflet library to 0.7.
  • Enhancement: Add aerial map layer.
  • Enhancement: Only include javascript on pages that use the shortcode.

1.2

  • Enhancement: Allow multiple maps per page.

1.1

  • Enhancement: Add colour picker for path colour.
  • Enhancement: Add default demo.gpx for when src is not specified in [gpxpress] shortcode.
  • Enhancement: Add options for showing start and finish markers.
  • Bug Fix: Fix option handling code for upgrades.

1.0

  • Enhancement: Add GPX mime type to allowed uploads.
  • Enhancement: Add default width and height options.
  • Enhancement: Make default track colour magenta.

0.1

  • Initial release.