Steam'i Yükleyin
giriş
|
dil
简体中文 (Basitleştirilmiş Çince)
繁體中文 (Geleneksel Çince)
日本語 (Japonca)
한국어 (Korece)
ไทย (Tayca)
Български (Bulgarca)
Čeština (Çekçe)
Dansk (Danca)
Deutsch (Almanca)
English (İngilizce)
Español - España (İspanyolca - İspanya)
Español - Latinoamérica (İspanyolca - Latin Amerika)
Ελληνικά (Yunanca)
Français (Fransızca)
Italiano (İtalyanca)
Bahasa Indonesia (Endonezce)
Magyar (Macarca)
Nederlands (Hollandaca)
Norsk (Norveççe)
Polski (Lehçe)
Português (Portekizce - Portekiz)
Português - Brasil (Portekizce - Brezilya)
Română (Rumence)
Русский (Rusça)
Suomi (Fince)
Svenska (İsveççe)
Tiếng Việt (Vietnamca)
Українська (Ukraynaca)
Bir çeviri sorunu bildirin
HTML + JavaScript.
and, perl (for server-side program of the image posting function)
What did you fill in to Location form?
This map allows following 2 format
1, Origin string that copied by click ASSET LOCATION
-------------------------------------------------------------------------------
(Lat: -258,992.266 Long: 49,784.594 Alt: -72,968.141)
-------------------------------------------------------------------------------
* This is able at Legacy only. Not implemented to Evrima yet.
* At some environment, comma and point are swapped or disappeared. But it will be able to use correctly.
* "-123, 456" means (Lat: -123,000.000 Long: 456,000,000)
* This string is consisted:
[1] numeric (If there's a minus sign immediately before, include it)
[2] non-numeric that join those (0 or more length).
[3] numeric (same as [1]).
* Therefore, all of the following are treated as the same coordinates "-123,-456".
----------------------------------------
-123,-456
-123, -456
-123-456
-123 -456
-123.-456
-123aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-456
----------------------------------------
* However be careful if Long value is 0 or larger, separating character is require 1 or longer length to processed correctly.
----------------------------------------
123,456
123, 456
123 456
123.456
123aaa456 <-- This and aboves are treated as "123,456"
123456 <-- This will be treated as "12345,6"
----------------------------------------