Questions tagged [map-files]
75 questions
0
votes
1 answer
IntelliJ Idea doesn't recognize .map files
I'm working on a Spring Boot project. My project structure looks like this:
The .css files under 'css' directory are behaving like they're folders or packages. I tried to add the .map files manually but they are not recognized by Intellij.
I want…

nick
- 1,611
- 4
- 20
- 35
0
votes
1 answer
Does libtool strip all options with -M?
I'm trying to track down a failure to link with a mapfile on Solaris. The missing mapfile causes the following error when I try to run our self tests:
$ ./cryptestcwd v
ld.so.1: cryptestcwd: fatal:
/export/home/cryptopp/.libs/libcryptopp.so.6:…

jww
- 97,681
- 90
- 411
- 885
0
votes
0 answers
Is it okay to delete *.min.js.map while minifying the js files?
I am using WEB ESSENTILS extension of Visual Studio for minification of JS files. After minifying the js file I am getting a .map extension file linked with the minified version of that js file. So the size of .min.js + .map > .js file. So I am…

Sandeep Kushwah
- 590
- 1
- 18
- 35
0
votes
2 answers
angular 2 deployment with angular cli - which files do i need to host?
I'm using angular cli v1.0.0-beta.21 and using ng -b -prod -aot
I'm getting the expected
index.html
style.bundle.css
main.bundle.js
There some files which I don't know what they are for and was hoping you could enlighten…

Han Che
- 8,239
- 19
- 70
- 116
0
votes
1 answer
How to tell mapserver to ignore a filter?
I have a filter that I don't want to use at the launch of the application, only on a certain action. I know there is already a question about this but it doesn't help me, I actually don't understand both of the answers.
I was in a logic of "my…

So4ne
- 1,124
- 17
- 38
0
votes
0 answers
NDK - Debugging Static Library Linker References
I'm starting to get "undefined reference" linker errors with an NDK project. I understand what these typically are - ie - a method missing from a .cpp file which is declared in a .h file.
I have a main shared library that links in 2 static libraries…

SparkyNZ
- 6,266
- 7
- 39
- 80
0
votes
0 answers
Discrepancy between binary and map file
I noticed something peculiar while inspecting a map file produced with the -Map=mapfile option of the GNU linker. It listed a couple of symbols as belonging to the .text section, whereas the binary's symbol table lists them as part of the .rodata…
user6296837
0
votes
0 answers
Map File contains obsalutely identical addresses for different functions
I am trying to get stack trace in release (optimized) build without pdb-s.
Currently I am trying to retrieve function addresses during my sample program execution using StackWalk64 function and then map generated addresses to the actual function…

Grigor Aleksanyan
- 367
- 2
- 14
0
votes
3 answers
Single WMS from single mapfile with several rasters in MapServer
I have several rasters in a single mapfile, I put them as layers like here:
LAYER
NAME "Layer 1"
GROUP "All Layers"
TYPE RASTER
STATUS ON
DATA "layer1.png"
PROJECTION
…

Gery
- 8,390
- 3
- 22
- 39
0
votes
0 answers
How can I convert a .map file to a FITS file?
I was wondering if anyone knows how to convert .map file to .fits file, so that I can read the .fits file in Python?

Arya
- 189
- 4
- 17
0
votes
1 answer
Hadoop MapFile reader doesn't detect a file in distributed Cache
I need help regarding mapfile reader.
I add the files into the cache by -files options
yarn jar HadoopProjects.jar rsProject.driver -files hdfs://localhost:8020/data/mapFileTestFolder.tar.gz....
here I call…

Alexander Komarov
- 109
- 2
- 8
0
votes
1 answer
Problems using "AND" Logical Expression for defining a Mapserver class
I can't seem to get past this hurdle. Mapserver isn't throwing any errors...but it isn't returning anything either...I suspect my logical expression (... in the absence of any errors...I really have little clue what is going down here).
Ideally, I'd…

user14696
- 657
- 2
- 10
- 30
0
votes
0 answers
same source code ,same compiler tools,ubunto vs. windows xp,different behavior,why? almost same map files
I have a problem.I have an evaluation kit and a starter_kit program which works pretty well with the toolsuites plugin of the IDE under WINDOWS xp.The same toolsuites plugin of the IDE sous Ubuntu 12.0.4 does work but doesn't do the same…

Michelle
- 156
- 1
- 5
- 16
0
votes
1 answer
OpenLayers: wrapDateLine not working, no error in JS console
Should be simple enough, not sure what is wrong with my code:
var layer1 = new OpenLayers.Layer.MapServer("CustomerAirports", "http://192.168.2.164/cgi-
bin/mapserv.exe", {map: '/data2/html/customer_airport.map', layers: ['CustomerAirports']},…

Nubtacular
- 1,367
- 2
- 18
- 38
-1
votes
1 answer
How to get gnatmake to create a mapfile for an Ada .dll?
So, I am trying to get gnatmake to give me a map file for a dll I am building.
But it i resisting every effort to do so. --create-map-file is only for executable, and it does make one for that, but I cannot get it to take for a .dll.
I have tried -M…

lostfox
- 9
- 2