tile Questions
3
Solved
What is the Android Compose approach to tile an image to fill my background with a small pattern?
A naive approach for Bitmaps without rotation could be like this:
@Composable
fun TileImage() {
va...
Scrimmage asked 14/5, 2021 at 14:19
2
Im following this this tutorial to be able to load json map files created by tiled map editor in my javascript/canvas game.
ive got to the point where i have implemented my own kind of version, an...
Imaimage asked 27/3, 2013 at 19:20
3
Solved
I want to get a map tile from a server by typing in the longitude and latitude.
Since map tiles are arranged like a grid, i need to convert my longitude and latitude to an x and y position.
The al...
Resurrectionist asked 26/5, 2016 at 15:13
12
Solved
I am used to coding in PHP but I am not really proficient with Java and this has been a problem for some time now. I expect it to be a fairly easy solution, however I cannot find any good example c...
Facility asked 7/3, 2011 at 22:30
2
Solved
I try to create a map with leaflet.js where it is possible to switch between different tile layers. It works great with tileservers that serve the tiles with the standard x,y and z(oom) schema. How...
Twentyone asked 17/6, 2013 at 18:57
5
Solved
I have to modify existing application, where leaflet layers control is used - I need to display one of the base layers when the map is initiated. Is there a way, how to call some function from the ...
1
I am developing a game
First of all my game will be very simple, so i would prefer not to use libraries or opengl or canvas, i would prefer to achieve this with simple imageviews or normal views, ...
Uxoricide asked 31/1, 2015 at 10:4
4
My game have a tiled 2d map. This is a scene screenshot:
I found when I move the camera vertically, there are strange white lines randomly appeared between randomly tiles, See:
I don't know w...
Censor asked 19/3, 2013 at 1:42
6
I'm using LibGDX to make a platformer. I'm using square tiles for the platforms but when they are drawn some of them have gaps between them. When I zoom in/out or move the camera around the gaps mo...
4
Solved
How do I tile an image using ImageMagick? I don't think I can use montage because I want the columns displaced by 50% of the original image height.
It's probably easier to show an example of what ...
Dunaway asked 18/11, 2011 at 12:58
0
I'm developing an Android App. I'm getting that on Android Monitor all the time while tileprovider tiling wms on map.
D/skia: --- SkAndroidCodec::NewFromStream returned null
D/skia: --- SkAndroidCo...
Triage asked 18/4, 2017 at 11:31
2
When using function geom_tile and facet_wrap together in ggplot2, how to set different limits of the aesthetic fill, as the option scales which can be set to be free/free_y/free_x in facet_wrap?
T...
2
Solved
I am a bit confused about Tiles in MapBox. As I understood, a tile is a little piece of map, as in a jigsaw puzzle.
MBTiles are images, but they are connected to a database to read data & let ...
Bejarano asked 28/10, 2015 at 9:19
4
Solved
I was trying to use a tiled image in an image resource, and i was refering to the GWT tutorial for it...
one section says you need to use sprites:
http://code.google.com/webtoolkit/doc/latest/DevG...
2
I would like my TileOverlay to behave like the real Google Maps. When you zoom in, the tile is still visible but pixelized until the new tile is downloaded.
The current behavior is: when you zoom ...
Disintegration asked 28/7, 2013 at 18:37
1
Solved
Been trying to create a tile set to use in the new scene editor in the Xcode 8 beta. But, I drag a image in there from the asset catalog and I click away and it's as if I never placed a texture in ...
Penelope asked 20/6, 2016 at 16:26
3
Solved
There are two images: a.jpg and b.jpg.
I just want to know how to join them into one image using ffmpeg.
How should I finish the ffmpeg -i a.jpg -i b.jpg command to get a c.jpg output image...
1
Solved
I noticed with the first big Windows 10 update that some desktop apps have tiles in a different color than the one I have for accent color, like Firefox, which has a dark-gray tile color:
Howeve...
Greaten asked 25/12, 2015 at 2:14
2
The only reason I'm attempting this programmatically is so I can access the locations of each tile, making it possible to manipulate the grid. I've looked at about 15 different tutorials using othe...
Lantern asked 10/12, 2014 at 17:17
6
Solved
I want to make a tile based game for android. At the moment I am drawing each tile as a separate bitmap. I have a big for loop that reads from a string and draws different tiles depending on what c...
1
Im currently playing with TileProver in Android Maps API v2 and kinda stuck with the following problem: graphics which I paint manually into Bitmap gets skewed significantly on higher zoom levels:
...
Minima asked 11/8, 2014 at 20:27
1
Solved
I read the google android api and was confused about what a map tile is as the api described how google map handles "downloading map tiles".
(Src)-https://developers.google.com/maps/documentation/...
Preconcerted asked 27/7, 2014 at 0:41
2
Solved
Background
I am trying to create a 2D tile engine from scratch using c# 4.0 and WPF. I am not attempting to build the next greatest 2D game on the planet, rather I am trying to learn how to manipu...
1
I'm looking on how to generate your own image tiles and put to the server as this example do. The example load tiles from http://mt3.google.com/mapstt?..., but how if I want my image?
var trafficO...
Stines asked 23/11, 2011 at 11:18
1
Solved
I'm looking for a logical understanding with sample implementation ideas on taking a tilemap such as this:
http://thorsummoner.github.io/old-html-tabletop-test/pallete/tilesets/fullmap/scbw_tiles....
Nutting asked 18/2, 2014 at 4:33
1 Next >
© 2022 - 2024 — McMap. All rights reserved.