Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

osmjs(1) [debian man page]

OSMJS(1)						      General Commands Manual							  OSMJS(1)

NAME
osmjs - Javascript interpreter for the Osmium framework SYNOPSIS
osmjs [options] osmfile [args] DESCRIPTION
This manual page documents briefly the osmjs command. osmjs is an Osmium based framework for handling OSM data by calling Javascript callbacks for each object in an OSM data file. This gives you the flexibility of Javascript together with speed of the C++ Osmium framework and the Google V8 Javascript JIT compiler. osmfile can be an OSM XML (suffix .osm) (optionally packed with bz2 or gz) or PBF (suffix .osm.pbf) file. In single-pass mode it can also be '-' to read a PBF file from stdin. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help Show summary of options. -d, --debug Enable debugging output. -i FILE, --include=FILE Include Javascript file (can be given several times) -j FILE, --javascript=FILE Process given Javascript file -l STORE, --location-store=STORE Set location store (default: 'none'). See below for a list of available stores. -r, --no-repair Do not attempt to repair broken multipolygons -2, --2pass Read osmfile twice -m, --multipolygon Build multipolygons (implies -2) STORES
none Do not store node locations (you will have no way or polygon geometries) array Store node locations in large array (use for large OSM files) disk Store node locations on disk (use when low on memory) sparsetable Store node locations in sparse table (use for small OSM files) AUTHOR
Osmium was written by Jochen Topf <jochen@topf.org>. This manual page was written by David Paleino <dapal@debian.org>, for the Debian project (and may be used by others). November 14, 2011 OSMJS(1)

Check Out this Related Man Page

MAPNIK-CONFIG(1)					      General Commands Manual						  MAPNIK-CONFIG(1)

NAME
mapnik-config - return meta-information about Mapnik SYNOPSIS
mapnik-config [ options ] DESCRIPTION
This manual page documents briefly the mapnik-config command. mapnik-config is a program that returns meta-information about the installed libmapnik. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. --prefix, --prefix=new_prefix Display Mapnik prefix or, alternatively, temporarily set the Mapnik prefix to new_prefix. --libs Print library linking information. --dep-libs Print library linking information for Mapnik depedencies. --ldflags Print library paths (-L) information. --cflags Print pre-processor and compiler flags. --fonts Print default fonts directory. --input-plugins Print default input plugins directory. --json Print all config options as JSON objects. -h, --help Show summary of options. -v, --version Shows version information. --svn-revision Shows SVN revision information. AUTHOR
This manual page was written by David Paleino <dapal@debian.org>, for the Debian project (but may be used by others), and is licensed under the terms of the GNU General Public License version 2 or, at your option, any later version. October 4, 2011 MAPNIK-CONFIG(1)
Man Page

7 More Discussions You Might Find Interesting

1. Cybersecurity

Function of Javascript within Unix Network

What attacks can a Unix box get through Javascript? Is the Web Client secure against Javascript attacks if any? Do we have a Trojan horse made in JavaScript? (3 Replies)
Discussion started by: netass
3 Replies

2. UNIX for Dummies Questions & Answers

.osm file growing

my /etc/.osm file is growing rapidly and logging large amounts of activity. Can anyone tell me what this file is for and what types of information is logged in this file. Thanks in advance for your help!! (1 Reply)
Discussion started by: golfs4us
1 Replies

3. Cybersecurity

Is there any Javascript things for Lynx?

Just wondered if anyone knows of a Javascript thing for Lynx, would be happy to be able to enter even such pages... Please answer if you know something about it... I'm using Linux 2.2.19, Slackware and Lynx 2.8.3... Thanks for answering...=) (7 Replies)
Discussion started by: zeus
7 Replies

4. Web Development

Sortable Tables in Javascript

Hi, I am writing a web application using Perl-CgI mostly. I wanted to integrate a table in which I was capable of sorting columns and I don't think this is possible with static HTML code. Can someone help me integrating some javascript code into what I have to acheive the above? Regards,... (6 Replies)
Discussion started by: garric
6 Replies

5. UNIX for Dummies Questions & Answers

Best UNIX for home server

Hello all, Yes I am a newbie to the programming world and just conquered XML and Javascript, now I need to get my own homeserver. My question is if I wanted to start my own server for FTP, and web hosting which UNIX OS is the best for this purpose, and which is the easiest to a newcomer.... (1 Reply)
Discussion started by: catalystic37
1 Replies

6. Cybersecurity

Javascript injection only when referred by search engine.

My website has some weird malware installed in it. When I click on a link from a search engine (google, bing, or even yahoo) my pages get a string of javascript inserted into them. The page can be a simple "Hello World" and it will still inject a line of javascript into the page. Here is a screen... (1 Reply)
Discussion started by: noPermissions
1 Replies

7. What is on Your Mind?

Javascript CDN Loading Issues - Changed to Google CDN

Yesterday a couple of people on the West Coast of the US reported some issues loading the home page, and in particular it seemed like parts of the site was blocked from loading because of some networking issues. In order to hopefully fix this issue, I have changed a couple of our Javascript... (1 Reply)
Discussion started by: Neo
1 Replies