Re: Can I retrieve attribute data passed from SHP to custom OBF files with OsmAnd?

2018-11-22 Thread Eric Gagne
I am afraid not. I could never make it work. I think the "description" tag is not supported for polygons in OsmAnd. Le mercredi 21 novembre 2018 04:25:50 UTC-5, Philippe de Franclieu a écrit : > > Hello, > > Could I retrieve attribute data passed from SHP files to custom OBF files > in the

Re: Error: Could not find or load main class net.osmand.util.IndexBatchCreator

2018-11-17 Thread Eric Gagne
> > I have been googling around and found this, > https://code.google.com/archive/p/osmand/wikis/CreateOfflineMapsForYourself.wiki and it works, I just changed the memory settings java -Djava.util.logging.config.file=logging.properties -Xms256M -Xmx12G -cp

Re: Error: Could not find or load main class net.osmand.util.IndexBatchCreator

2018-11-16 Thread Eric Gagne
> > I think I did not explain myself correctly. I cannot use the batch.xml > file, my copy does not have generate-obf-file-in-batch function. > $ ./utilities.sh This utility provides access to all other console utilities of OsmAnd, each utility has own argument list and own synopsys. Here is

Re: Error: Could not find or load main class net.osmand.util.IndexBatchCreator

2018-11-16 Thread Eric Gagne
> > So my obf file was created but it's about 10% (30 MB) smaller than when I > run the GUI. I think it's missing zoom levels because in my android > tablet, I can't see thinks at zoom levels below 11. > I downloaded the latest osmanandmapcreator but it looks like something is wrong with

Re: Error: Could not find or load main class net.osmand.util.IndexBatchCreator

2018-11-16 Thread Eric Gagne
> > Hello Nelson, > Thank you, this is helpful. Running ./utilities.sh generate-obf /mnt/d/osmand/qosm.osm seems to be working, the file is over 2 GB so it will take a while before I know if it runs through. ./utilities.sh generate-obf-files-in-batch batch.xml show me a list of available

Error: Could not find or load main class net.osmand.util.IndexBatchCreator

2018-11-16 Thread Eric Gagne
Hello, I wonder if anyone can help me with that. I just can't figure out what I am doing wrong. I get that message both in Linux and Windows. Command line. java -Djava.util.logging.config.file=logging.properties -Xms256M -Xmx12G -cp "./OsmAndMapCreator.jar:./lib/OsmAnd-core.jar:./lib/*.jar"

Re: manual installation of predownloaded maps

2018-04-07 Thread Eric Gagne
The suffix is not imported, it will just show as part of the map name if it is left there. Example: My_Map_2 would show up as My Map 2. Aceman444 is correct about the zip file though, you have to unzip it and copy the obf file that is in it to the osmand directory, not the zip file itself.

Names not showing french characters on zoom levels below 12

2018-04-03 Thread Eric Gagne
Hello, Maybe it's always been like that and I just never noticed in older versions. OsmAnd is not showing the accents on french characters at zoom below 12. Lac Gérard becomes Lac Gerard Rivière becomes Riviere etc Is it a problem in OsmAnd, the font used or maybe something in Android ? --

Re: About sharing maps

2018-03-28 Thread Eric Gagne
Thx Max. I will look into setting it up on a web server or GitHub, whichever seems more appropriate -- You received this message because you are subscribed to the Google Groups "Osmand" group. To unsubscribe from this group and stop receiving emails from it, send an email to

About sharing maps

2018-03-24 Thread Eric Gagne
What would be the best way to make a map I created publicly available ? Is there an already existing map respository ? Should I put on github ? Or is it best to just create my own web site to host it ? -- You received this message because you are subscribed to the Google Groups "Osmand"

Re: Custom rendering of custom data?

2018-03-09 Thread Eric Gagne
1. Put depends.template.render.xml in the same folder as default.render.xml and make sure that "Rendering style file (path)" in OsmAndMapCreator has the full path to default.render.xml Example in Windows C:\Users\me\osmand\default.render.xml OsmAndMapCreator will automatically include your

Re: For custom rendering, do I need to use my own XXrenderer.xml file wirh running OsmAndMapCreator?

2018-03-09 Thread Eric Gagne
You could use default.render.xml but I would not recommend it. I find it a lot easier doint it in a dependency than editing an 11000+ lines file. Don't forget that you dependency becomes a new style, you need to select it in vector renderer

How to use different POI icon when access="no" ?

2018-03-08 Thread Eric Gagne
Hi, I have created my own map and rendering styles. When a road segment is a bridge, I have a bridge=yes tag. Some of those bridges are closed so I added access=no to have them avoided by route calculation but I would rather they are included but displayed with a different icon or icon color

Does motorcycle routing profile work ?

2017-01-27 Thread Eric Gagne
Hi, I have a road in a custom map with the following profiles and tags. In my map I have a segment of road with those 2 tags. In OsmAnd I installed the Development Plugin and enabled the Motorcycle profile. When I ask a route using the car profile, it

Disable complex routing in routing.xml

2017-01-25 Thread Eric Gagne
I have created a map with loggin roads and I modified routing.xml. I am using highway=trakc, tracktype=grade(1-5) and I have changed the priority and speeds of those track types to make them work. My routing works pretty the way I want but only if I install the development plugin and

Osmandmapcreator url and website tags on polygons

2017-01-09 Thread Eric Gagne
Anybody ? -- You received this message because you are subscribed to the Google Groups "Osmand" group. To unsubscribe from this group and stop receiving emails from it, send an email to osmand+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.

Osmandmapcreator url and website tags on polygons

2016-12-19 Thread Eric Gagne
Hello, Has anyone successfully used the url or website tags in polygons with osmandmapcreator ?. It works well for me on points but on polygons I get nothing in the resulting map, not even an empty url with just http:// like I would get with an empty url or website tag. -- You received this