Страница 1 из 1

Как найти в MapInfo WGS84.PseudoMercator

Добавлено: 27 июл 2014, 19:10
polyline
Как найти в MapInfo WGS84.PseudoMercator или EPSG:3857 ?

Re: как узнать систему координат

Добавлено: 28 июл 2014, 23:09
Boris
1. начать новую тему
2. посмотреть файл mapinfow.prj на предмет строки 3857
3. выполнить в окне mapbasic команду:

Код: Выделить всё

print EPSGToCoordSysString$("epsg:3857")
и получить:

Код: Выделить всё

CoordSys Earth Projection 10, 157, "m", 0 Bounds (-40075016.6856, -20037508.343) (40075016.6856, 20037508.343)
EPSGToCoordSysString$( ) function
Purpose
Converts a string containing a Spatial Reference System into a CoordSys clause that can be used with any MapBasic function or statement. You can call this function from the MapBasic Window in MapInfo Professional.

Syntax
EPSGToCoordSysString$( epsg_string )
epsg_string is a String describing a Spatial Reference System (SRS) for any supported coordinate systems. SRS strings are also referred to as EPSG (European Petroleum Survey Group) strings (for example, epsg:2600). For a complete list of EPSG codes used with MapInfo Professional see the MAPINFOW.PRJ file in your MapInfo Professional installation. The EPSG codes are identified by a "\p" followed by a number.

Description
The EPSGToCoordSysString$( ) is used to convert a SRS String into a CoordSys clause that can be used in any MapBasic function or statement that takes a CoordSys clause as an input.

Example
The following example sets the coordinate system of a map to Earth Projection 1, 104.

run command("Set Map " + EPSGToCoordSysString$("EPSG:4326"))

Re: как узнать систему координат

Добавлено: 29 июл 2014, 08:44
Slinger
polyline

Открыть mapinfow.prj в блокноте. Задать поиск: "\p3857". Поиск выведет к нужной строке и параметрам.

Re: Как найти в MapInfo WGS84.PseudoMercator

Добавлено: 30 июл 2014, 13:11
Rukul
В диалоге выбора проекций - "Проекции мира"-> "Популярное отображения CRS [EPSG:3857]". Там же есть и проекция меркатора на WGS84.