maptiler

Visually aligning a jpeg image to Google Maps in preparation for Photoshop tile cutter

帅比萌擦擦* 提交于 2019-12-24 15:13:58
问题 I'm looking to add a custom tile overlay of my university campus on top of a Google Map. What I have is a jpeg image of my university campus layout, and what I'm trying to figure out is how to align it to the existing Google Maps such that I know the top leftmost tile coordinate which I need in order to then run the image through the Photoshop tile cutter script found at http://brokenbytes.info/tuts/documentation/examples/tilecutter.php. The tool at http://anymap.org/GmapImage2TileGenerator/

Google Maps API V3 - Custom Tiles

怎甘沉沦 提交于 2019-12-20 13:36:42
问题 I am currently working on Google Maps API V3 over here If you zoom between 21 to 23, there will be an image overlay on the map. The image takes too long to load and I have decided to break it into different tiles for easier loading. I am using Automatic Tile Cutter to cut the image into tiles. I have problems with the script; var OrgX = 31551; // the Google Maps X value of the tile at the top left corner of your Photoshop document var OrgY = 50899; // the Google Maps Y value of the tile at

Map tiles in Leaflet

随声附和 提交于 2019-12-11 12:47:37
问题 I want to create georeferenced map tiles from raster (jpg map of small area) and display in Leaflet. MapTiler seems to be a prefect solution for my problem, but free version doesn't allow set zoom range, aslo has a watermark. Is there any free/opensource solution with same funcionality? Im woking on non-profit project, so dont have any budget. 回答1: See https://stackoverflow.com/a/13641838/4768502 for a pointer to gdal2tiles . You can also use other software such as GeoServer, MapServer or

Creating world file for maptiler

跟風遠走 提交于 2019-12-11 07:44:51
问题 I have an image which 21810x14872 that project a box of an area with coordinate: top, left corner latitude longitude : 23.635069763547662 , 58.09107365049769 bottom, right corner latitude longitude : 23.598520470202025 , 58.14957297881731 OR using WGS84 northing, easting: top, left corner easting, northing : 617289.588, 2610249.342 bottom, right corner easting, northing : 611289.588, 2614249.428 My image use projection of WGS84. How do I create world file for maptiler using above description.

Tile generator from an image to Android Google Maps

耗尽温柔 提交于 2019-12-07 08:27:36
问题 This is my 1st question here, so lets move right to the point I have a map in high resolution png format with geographic coordinates of the corners which I would like to integrate with Google Maps Api in my Android App. What i have done so far: I have cut the map in tiles 256x256 px and wrote an URITileProvider. It turns out that the map has an offset, is tilted and has to be re-sized I found MapTiler and tried it out. It allows to set the corners coordinates and generates tiles. The current

Google Maps API V3 - Custom Tiles

家住魔仙堡 提交于 2019-12-03 03:24:04
I am currently working on Google Maps API V3 over here If you zoom between 21 to 23, there will be an image overlay on the map. The image takes too long to load and I have decided to break it into different tiles for easier loading. I am using Automatic Tile Cutter to cut the image into tiles. I have problems with the script; var OrgX = 31551; // the Google Maps X value of the tile at the top left corner of your Photoshop document var OrgY = 50899; // the Google Maps Y value of the tile at the top left corner of your Photoshop document First question How do you find the values of X and Y from

How to use Maptiler to display tiles in Google Maps

◇◆丶佛笑我妖孽 提交于 2019-12-02 09:17:42
问题 I have an image 1810x14871 png file, and I would like to display it as tiles on Google maps. I'm using Maptiler, I would like to check with you few points: 1) Since I would like to display it on Google maps. Hence, in first screen I have to select "Mercator tiles", right? 2) In the coordinate System screen, my image is based on WGS84 projection. Hence, Do I need to select WGs84, or "Web Mercator", or UTM Projected? 3) In Geographical Location page, I selected "Load from World file", I created