This makes me uninstall Geocart 3!

Discussion of troubles you experience and possible bugs.
Piotr
Posts: 313
Joined: Thu Mar 23, 2017 12:27 pm

This makes me uninstall Geocart 3!

Post by Piotr »

Additional meridians don't render when they coincide with one of the normal meridians! Please fix this!
Atarimaster
Posts: 446
Joined: Fri Nov 07, 2014 2:43 am

Re: This makes me uninstall Geocart 3!

Post by Atarimaster »

My guess is that Geocart, when it checks the Graticule dialog input values for errors, regards this as a mistake – »Why add a meridian that’s already there?«
Furtherly, I guess that your idea is to use a different color (via Line Styles dialog) for a certain meridian that’s within the defined meridian spacing.

If that is the case, a workaround would be to list the meridian in question to the "excluded meridian" list, and then add a meridian that’s only a little bit off; e.g. put 15°W to the excluded meridians, and 15°0'0.0001"W to the additional meridians.
Piotr
Posts: 313
Joined: Thu Mar 23, 2017 12:27 pm

Re: This makes me uninstall Geocart 3!

Post by Piotr »

Yes - specifically I want to extend the coloring of 0 degree meridian to 180 degree meridian. The entire great circle is shown as straight line for example in transverse projections.
Atarimaster
Posts: 446
Joined: Fri Nov 07, 2014 2:43 am

Re: This makes me uninstall Geocart 3!

Post by Atarimaster »

Aaah! Describing your problem like this made me think of a better way:
Use a metric line database!
Refer to Appendix J of the Geocart manual to learn how to work with them. The content of the database file you need looks like this:

Code: Select all

<metric_lines>
	<layer alpha='0.8'>
        <great_circle center='0,90' />
	</layer>
</metric_lines>
After you’ve added the database file to the map, you can use the Line Styles dialog to set the color of the great circle.
Here’s an example of the result:
Attachments
great-circle.png
great-circle.png (354.66 KiB) Viewed 2406 times
Piotr
Posts: 313
Joined: Thu Mar 23, 2017 12:27 pm

Re: This makes me uninstall Geocart 3!

Post by Piotr »

What do you mean by "added the database file to the map"?
Atarimaster
Posts: 446
Joined: Fri Nov 07, 2014 2:43 am

Re: This makes me uninstall Geocart 3!

Post by Atarimaster »

Piotr wrote:What do you mean by "added the database file to the map"?
Opening the Map -> Databases… dialog, hitting one of the Add […] database buttons and select the database file.
You need to create that file first (maybe I wasn’t clear enough on this).
daan
Site Admin
Posts: 977
Joined: Sat Mar 28, 2009 11:17 pm

Re: This makes me uninstall Geocart 3!

Post by daan »

Great explanations and suggestions, Tobias!

Best,
— daan
Piotr
Posts: 313
Joined: Thu Mar 23, 2017 12:27 pm

Re: This makes me uninstall Geocart 3!

Post by Piotr »

VectorDatabaseReader: Polygon preface must contain two names separated by a tab, and then the count of points
daan
Site Admin
Posts: 977
Joined: Sat Mar 28, 2009 11:17 pm

Re: This makes me uninstall Geocart 3!

Post by daan »

Piotr wrote:VectorDatabaseReader: Polygon preface must contain two names separated by a tab, and then the count of points
That’t true of a text database. However, if you’re doing what Tobias suggested, then you shouldn’t get this error because you wouldn’t be using a text database.

A metric lines database must have its extension be “.metric.txt”

— daan
Piotr
Posts: 313
Joined: Thu Mar 23, 2017 12:27 pm

Re: This makes me uninstall Geocart 3!

Post by Piotr »

The extension is .txt and name ends on metric.txt so I don't see what's wrong.
Post Reply