Title: EasyGeo
Author: theozero
Published: <strong>2011년 5월 3일</strong>
Last modified: 2011년 5월 3일

---

플러그인 검색

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

![](https://s.w.org/plugins/geopattern-icon/easygeo.svg)

# EasyGeo

 작성자: [theozero](https://profiles.wordpress.org/theozero/)

[다운로드](https://downloads.wordpress.org/plugin/easygeo.zip)

 * [세부사항](https://ko.wordpress.org/plugins/easygeo/#description)
 * [평가](https://ko.wordpress.org/plugins/easygeo/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/easygeo/#installation)
 * [개발](https://ko.wordpress.org/plugins/easygeo/#developers)

 [지원](https://wordpress.org/support/plugin/easygeo/)

## 설명

This plugin is extremely simple, and intended for someone who wants to add geocoding
to their blog, but without the bloat of a big fat plugin. This lets you tag each
post with a location (description, latitude, longitude) which can then be used in
your custom theme.

This plugin also provides a feature to track of a single location not associated
with any posts. This is useful in order to create a “Where Am I?” feature on your
blog where you control the level of detail (just to share the city, rather than 
pluggin in foursquare data). This is especially nice if you’re running a travel 
blog or a website for some kind of tour.

## 스크린샷

[⌊The extra meta-box that appears while editing posts. A similar box appears on 
the dashboard if you choose to enable the "Where Am I" tracker.⌉⌊The extra meta-
box that appears while editing posts. A similar box appears on the dashboard if 
you choose to enable the "Where Am I" tracker.⌉[

The extra meta-box that appears while editing posts. A similar box appears on the
dashboard if you choose to enable the “Where Am I” tracker.

## 설치

 1. Upload `easygeo.php` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Use `EasyGeo :: getCoordinates($post->ID)` to get the coordinates in tuple (description,
    lat, lon)
 4. Or use `EasyGeo :: getCoordinatesString($post->ID)` to get “lat,lon” and `EasyGeo::
    getLocationString($post->ID)` to get the description
 5. Use `EasyGeo :: getCurrentCoordinates()` and getCurrent… to get the single location
    tracked from the dashboard

## FAQ

### How do I actually add a map to my template?

You can use the google static maps API to get a static image. Heres an example:

    ```
    <?php if ( EasyGeo :: getCoordinates($post->ID) != null ) : ?>
    <div>
        <img src="http://maps.google.com/maps/api/staticmap?center=<?php echo EasyGeo::getCoordinatesString($post->ID); ?>&zoom=6&size=219x220&maptype=hybrid&markers=color:blue|<?php echo SimpleGeo::getCoordinatesString($post->ID); ?>&sensor=false" width="219" height="220" />
        <span id="where_label"><?php echo SimpleGeo::getLocationString($singlepostid); ?></span>
    </div>
    ```

Or you can use the regular API to get an interactive map. It’s all pretty straightforward.

### What else does this plugin do?

Nothing. The point is that it’s dead simple, and easy to use in the backend. From
this, you can build all kinds of crazy interactive map browsers for your blog and
this plugin will just handle the tagging on the backend.

_Enjoy!_

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ theozero ](https://profiles.wordpress.org/theozero/)

[자국어로 “EasyGeo”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/easygeo)

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

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/easygeo/)는, [SVN 저장소](https://plugins.svn.wordpress.org/easygeo/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/easygeo/)을 
[RSS](https://plugins.trac.wordpress.org/log/easygeo/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0

 * Initial Release

## 기초

 *  버전 **1.0**
 *  최근 업데이트: **15년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 2.0.2 또는 그 이상 **
 *  다음까지 시험됨: **3.0.0**
 *  언어
 * [English (US)](https://wordpress.org/plugins/easygeo/)
 * 태그:
 * [geo](https://ko.wordpress.org/plugins/tags/geo/)[geocode](https://ko.wordpress.org/plugins/tags/geocode/)
   [geocoding](https://ko.wordpress.org/plugins/tags/geocoding/)[lat](https://ko.wordpress.org/plugins/tags/lat/)
   [lon](https://ko.wordpress.org/plugins/tags/lon/)
 *  [고급 보기](https://ko.wordpress.org/plugins/easygeo/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/easygeo/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/easygeo/reviews/)

## 기여자

 *   [ theozero ](https://profiles.wordpress.org/theozero/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/easygeo/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://theoephraim.com/)