Questions tagged [map-edit]
9 questions
3
votes
3 answers
Java Read bmp files?
I'm working on a map editor for a simple map builder.
My idea was to paint walls in the map as black pixels, everything else (white colour) is free space in a room.
Any .jar to read bmp files ? So as to avoid the header, etc?
update
Im reading about…

Tom
- 43,810
- 29
- 138
- 169
3
votes
4 answers
A crowdsourced Map Edit application for enviornmental cause
I want to create an application where users can mark on map location of polluting factories. Google map provides a MAP editor feature. We would like to have our own website like www.toxic-map.org where people could mark these locations. What would…

AJ.
- 2,561
- 9
- 46
- 81
2
votes
2 answers
Android Development: Combining small tiles/bitmaps into one bitmap
Im trying to get all my small images like grass, water and asphalt and so on, into one bitmap.
I have an Array that goes like this:
public int Array[]={3, 1, 3, 3, 1, 1, 3, 3, 3, 3,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1…

carefacerz
- 1,287
- 3
- 16
- 27
2
votes
3 answers
Map editor for indoor navigation
I would like to create indoor navigation app. But have some trouble with a floor plan.
And I need a good map(floor) editor maybe like ArcGis,JOSM.
Will be great if this editor can create database by map (door, windows, corridors,...).
I will…

Iraklii
- 1,295
- 13
- 30
1
vote
1 answer
AIC giving -infinity value
I am new to data science.
While doing forecasting in ARIMA, the AIC of arima model is giving me infinity value.
because of that the oracle database is giving error while storing the aic into database.

learner
- 43
- 1
- 6
0
votes
0 answers
Mapedit AddDrawToolbar not working in shiny, after the app is deployed
On my local version of the code i am able to use the mapedit package to draw a rectangle or a different shape with the mapedit package on a leaflet map.
With a spatial join i can then select all the data in the area and plot it.
However when i…

Thomas231
- 45
- 1
- 7
0
votes
0 answers
How to optimize the weights to get the MAPE score between actual and predicted, the weights are from 0.01 to 0.99?
My problem is to create a function that optimizes the weights to reduce the MAPE between the actual and predicted values, the weights should range from 0.01 to 0.99....and then find the lease MAPE and the weights used to achieve that MAPE.
I've…
0
votes
1 answer
Android Development: 2d Best way to do RPG?
Im developing a 2d RPG using surfaceview.
This is how Ive done:
I have a Tile bitmap that is basicly the whole world that i did in Photoshop.
I have 1 Array which contains number 0 and 1. 1 means collision and 0 mean Ok to walk.
But this is very…

carefacerz
- 1,287
- 3
- 16
- 27
-1
votes
1 answer
Is there some open source tools for create tile map(IOS with cocos2d)?
I knew the tile-map java or QT version can create map by GUI tools. But what I asked is that I want to create map in my game. Just like the star-craft map editor in star-craft game, so do war3. Is there some useful map editor engine? If the tile-map…

Yifan Wang
- 504
- 6
- 13